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

Class TIFPSProcVar

Unit

ifpscomp

Declaration

type TIFPSProcVar = class(TObject)

Description

TIFPSProcVar is used to store local variables

Methods

Overview

Public procedure Use;

Description

Public procedure Use;

set the used field to true

Properties

Overview

Public property AType: Cardinal;
Public property DeclareCol: Cardinal;
Public property DeclarePos: Cardinal;
Public property DeclareRow: Cardinal;
Public property Name: string;
Public property NameHash: Longint;
Public property Used: Boolean;

Description

Public property AType: Cardinal;

The type

Public property DeclareCol: Cardinal;

The col part of the position

Public property DeclarePos: Cardinal;

The position this is declared

Public property DeclareRow: Cardinal;

The row part of the position

Public property Name: string;

The name of this variable

Public property NameHash: Longint;

The hash of the name of this local variable

Public property Used: Boolean;

used is true when it's used