![]() |
property FileName: string; |
![]() |
property GroupName: string; |
![]() |
property Language: TPaxLanguage; |
![]() |
property Lines: TStrings; |
![]() |
property LinesCount: integer; |
![]() |
property Name: string; |
![]() |
property NeedSave: boolean; |
![]() |
property ObjTag: TObject; |
![]() |
property SourceCodeText: string; |
![]() |
property Tag: variant; |
![]() |
property Writable: boolean; |
![]() |
property FileName: string; |
It's the filaname used to save the module if its project is on file. Read only.
![]() |
property GroupName: string; |
It's the name of the group tha contains the module.
![]() |
property Language: TPaxLanguage; |
Language of the module.
![]() |
property Lines: TStrings; |
Source code lines. They contain the source code of the module.
![]() |
property LinesCount: integer; |
Number of lines. It's the same value of Lines.Count. Read only.
![]() |
property Name: string; |
Module name. Read only.
![]() |
property NeedSave: boolean; |
If true, it means that module has been changed and need to be saved. Read only.
![]() |
property ObjTag: TObject; |
Simple user tag. This value is used by application to store additional data to the module. Can be any value.
![]() |
property SourceCodeText: string; |
Source code in a single-string form. It's the same value of Lines.Text. Read only.
![]() |
property Tag: variant; |
Simple user tag. This value is used by application to store additional data to the module. Can be any value.
![]() |
property Writable: boolean; |
If true, the source code of the module can be modified thorught code editor.
![]() |
constructor Create(Debugger: TComponent; ModuleName: string; const Language: TPaxLanguage; GrpName: string); |
Class constructor.
![]() |
destructor Destroy; override; |
Class destructor.