type TIFPSBlockInfo = class(TObject)
![]() |
constructor Create(Owner: TIFPSBlockInfo); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
constructor Create(Owner: TIFPSBlockInfo); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
Clear the with list
![]() |
property Proc: TIFPSInternalProcedure; |
![]() |
property ProcNo: Cardinal; |
![]() |
property SubType: TIFPSSubOptType; |
![]() |
property WithList: TIfList; |
![]() |
property Proc: TIFPSInternalProcedure; |
The current proc
![]() |
property ProcNo: Cardinal; |
The current proc number
![]() |
property SubType: TIFPSSubOptType; |
The scope type
![]() |
property WithList: TIfList; |
The current with list of TIFPSValue
types