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

Class TIFPSVar

Unit

ifpscomp

Declaration

type TIFPSVar = class(TObject)

Description

TIFPSVar is used to store global variables

Methods

Overview

Public procedure Use;

Description

Public procedure Use;

Set used to true

Properties

Overview

Public property aType: TIFPSType;
Public property DeclareCol: Cardinal;
Public property DeclarePos: Cardinal;
Public property DeclareRow: Cardinal;
Public property ExportName: string;
Public property Name: string;
Public property NameHash: Longint;
Public property OrgName: string;
Public property SaveAsPointer: Boolean;
Public property Used: Boolean;

Description

Public property aType: TIFPSType;

The type of this variable

Public property DeclareCol: Cardinal;

The col part of the position

Public property DeclarePos: Cardinal;

The position this variable was declared

Public property DeclareRow: Cardinal;

The row part of the position

Public property ExportName: string;

The name this field should be exported under

Public property Name: string;

The name of this variable

Public property NameHash: Longint;

The hash of the name of this variable

Public property OrgName: string;

The original name of this variable

Public property SaveAsPointer: Boolean;

Save as pointer

Public property Used: Boolean;

This field is true when the variable is used