This class in still under testing, so in next PaxDebugger version may be modifed.
| Name | Description | |
|---|---|---|
![]() |
ObjTag: TObject; |
An additional user data. Can be any value. |
![]() |
Tag: variant; |
An additional user data. Can be any value. |
![]() |
property AliasName: string; |
This is the alias name; it can be seen into code repository editor. Read only.
![]() |
property CodeText: string; |
This is the code lines associated with the alias. When using code repository, this is the code inserted into current edited module.
![]() |
property FileName: string; |
It's the filename that will be used if the code alias is saved on file. Read only.
![]() |
property GroupName: string; |
It's the group that contains the alias. Read only.
![]() |
property Language: TPaxLanguage; |
This is the language associated with the alias. Read only.
![]() |
property NeedSave: boolean; |
If true, it means that alias has been changed and need to be saved. Read only.