Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSParametersDecl

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uPSCompiler.pas line 67

type TPSParametersDecl = class(TObject)

public

  property Params []: TPSParameterDecl; [r]

  

  property ParamCount: LongInt; [r]

  

  function AddParam;

  

  procedure DeleteParam();

  

  property Result: TPSType; [rw]

  

  procedure Assign();

  

  function Same();

  

  constructor Create;

  

  destructor Destroy; override;

  

end;

Inheritance

TPSParametersDecl

  

|

TObject



CT Web help

CodeTyphon Studio