type TIFPSProcVar = class(TObject)
![]() |
procedure Use; |
![]() |
procedure Use; |
set the used field to true
![]() |
property AType: TIFPSType; |
![]() |
property DeclareCol: Cardinal; |
![]() |
property DeclarePos: Cardinal; |
![]() |
property DeclareRow: Cardinal; |
![]() |
property Name: string; |
![]() |
property NameHash: Longint; |
![]() |
property OrgName: string; |
![]() |
property Used: Boolean; |
![]() |
property AType: TIFPSType; |
The type
![]() |
property DeclareCol: Cardinal; |
The col part of the position
![]() |
property DeclarePos: Cardinal; |
The position this is declared
![]() |
property DeclareRow: Cardinal; |
The row part of the position
![]() |
property Name: string; |
The name of this variable
![]() |
property NameHash: Longint; |
The hash of the name of this local variable
![]() |
property OrgName: string; |
The original name of this procvar
![]() |
property Used: Boolean; |
used is true when it's used