Class TPaxDebuggerCodeAlias

This class in still under testing, so in next PaxDebugger version may be modifed.

Fields

  Name Description
Public ObjTag: TObject; An additional user data. Can be any value.
Public Tag: variant; An additional user data. Can be any value.

 

Properties

Public property AliasName: string;

This is the alias name; it can be seen into code repository editor. Read only.

Public 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.

Public property FileName: string;

It's the filename that will be used if the code alias is saved on file. Read only.

Public property GroupName: string;

It's the group that contains the alias. Read only.

Public property Language: TPaxLanguage;

This is the language associated with the alias. Read only.

Public property NeedSave: boolean;

If true, it means that alias has been changed and need to be saved. Read only.