type TIFPSParametersDecl = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function AddParam: TIFPSParameterDecl; |
![]() |
procedure Assign(Params: TIFPSParametersDecl); |
![]() |
procedure DeleteParam(I: Longint); |
![]() |
function Same(d: TIFPSParametersDecl): boolean; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function AddParam: TIFPSParameterDecl; |
![]() |
procedure Assign(Params: TIFPSParametersDecl); |
![]() |
procedure DeleteParam(I: Longint); |
![]() |
function Same(d: TIFPSParametersDecl): boolean; |
![]() |
property ParamCount: Longint; |
![]() |
property Params[I: Longint]: TIFPSParameterDecl; |
![]() |
property Result: TIFPSType; |
![]() |
property ParamCount: Longint; |
![]() |
property Params[I: Longint]: TIFPSParameterDecl; |
![]() |
property Result: TIFPSType; |