Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFPSBlockInfo

Unit

ifpscomp

Declaration

type TIFPSBlockInfo = class(TObject)

Description

BlockInfo is used to store the current scope the script engine is current in. There is no need to use or create this object

Methods

Overview

Public constructor Create(Owner: TIFPSBlockInfo);
Public destructor Destroy; override;
Public procedure Clear;

Description

Public constructor Create(Owner: TIFPSBlockInfo);

 

Public destructor Destroy; override;

 

Public procedure Clear;

Clear the with list

Properties

Overview

Public property Proc: TIFPSInternalProcedure;
Public property ProcNo: Cardinal;
Public property SubType: TIFPSSubOptType;
Public property WithList: TIfList;

Description

Public property Proc: TIFPSInternalProcedure;

The current proc

Public property ProcNo: Cardinal;

The current proc number

Public property SubType: TIFPSSubOptType;

The scope type

Public property WithList: TIfList;

The current with list of TIFPSValue types