type TIFPSVar = class(TObject)
![]() |
procedure Use; |
![]() |
procedure Use; |
Set used to true
![]() |
property aType: Cardinal; |
![]() |
property DeclareCol: Cardinal; |
![]() |
property DeclarePos: Cardinal; |
![]() |
property DeclareRow: Cardinal; |
![]() |
property ExportName: string; |
![]() |
property Name: string; |
![]() |
property NameHash: Longint; |
![]() |
property Used: Boolean; |
![]() |
property aType: Cardinal; |
The type of this variable
![]() |
property DeclareCol: Cardinal; |
The col part of the position
![]() |
property DeclarePos: Cardinal; |
The position this variable was declared
![]() |
property DeclareRow: Cardinal; |
The row part of the position
![]() |
property ExportName: string; |
The name this field should be exported under
![]() |
property Name: string; |
The name of this variable
![]() |
property NameHash: Longint; |
The hash of the name of this variable
![]() |
property Used: Boolean; |
This field is true when the variable is used