Predefined Temporary Variables (GetIt)

From RAD Studio
Jump to: navigation, search

Go Up to Local GetIt Packages Actions Data Index

In general, actions can use the same macros referring to folders available in the tools configuration and other places within RAD Studio (like library folders, etc.).

References use the notation:

$(macro)

These additional values can be used only in action parameters (like macros). Here is a list of the most relevant ones:

  • _CatalogRepository: Catalogs the repository path.
  • _CatalogId: ID of the element that is being installed or uninstalled.
  • _PackageVersion: Current IDE package version suffix. For instance, for RadStudio 10 Seattle: 240
  • _MYDOCUMENTS: See constant CSIDL_MYDOCUMENTS in Winapi.ShlObj.pas for more details
  • _APPDATA: <user name>\Application Data. See constant CSIDL_APPDATA in Winapi.ShlObj.pas for more details.
  • _WINDOWS: GetWindowsDirectory().
  • _SYSTEM: GetSystemDirectory().


See Also