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

Class TIFPSParameter

Unit

ifpscomp

Declaration

type TIFPSParameter = class(TObject)

Description

TIFPSParameter is used to store parameter info

Methods

Overview

Public destructor Destroy; override;

Description

Public destructor Destroy; override;

 

Properties

Overview

Public property ExpectedType: TIFPSType;
Public property ParamMode: TIFPSParameterMode;
Public property TempVar: TIFPSValue;
Public property Val: TIFPSValue;

Description

Public property ExpectedType: TIFPSType;

The expected type

Public property ParamMode: TIFPSParameterMode;

Parameter mode

Public property TempVar: TIFPSValue;

The temporary field used when writing the byte code

Public property Val: TIFPSValue;

The actual value of this parameter