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

Class TIFPSParametersDecl

Unit

ifpscomp

Declaration

type TIFPSParametersDecl = class(TObject)

Description

The declaration of all parameters

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public function AddParam: TIFPSParameterDecl;
Public procedure Assign(Params: TIFPSParametersDecl);
Public procedure DeleteParam(I: Longint);
Public function Same(d: TIFPSParametersDecl): boolean;

Description

Public constructor Create;

 

Public destructor Destroy; override;

 

Public function AddParam: TIFPSParameterDecl;

 

Public procedure Assign(Params: TIFPSParametersDecl);

 

Public procedure DeleteParam(I: Longint);

 

Public function Same(d: TIFPSParametersDecl): boolean;

 

Properties

Overview

Public property ParamCount: Longint;
Public property Params[I: Longint]: TIFPSParameterDecl;
Public property Result: TIFPSType;

Description

Public property ParamCount: Longint;

 

Public property Params[I: Longint]: TIFPSParameterDecl;

 

Public property Result: TIFPSType;