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

TPSInternalProcedure

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

Declaration

Source position: uPSCompiler.pas line 547

type TPSInternalProcedure = class(TPSProcedure)

public

  constructor Create;

  

  destructor Destroy; override;

  

  property Forwarded: Boolean; [rw]

  

  property Data: TbtString; [rw]

  

  property Decl: TPSParametersDecl; [r]

  

  property OriginalName: TbtString; [rw]

  

  property Name: TbtString; [rw]

  

  property NameHash: LongInt; [r]

  

  property ProcVars: TPSList; [r]

  

  property Used: Boolean; [r]

  

  property DeclarePos: Cardinal; [rw]

  

  property DeclareRow: Cardinal; [rw]

  

  property DeclareCol: Cardinal; [rw]

  

  property OutputDeclPosition: Cardinal; [rw]

  

  property ResultUsed: Boolean; [r]

  

  property Labels: TIFStringList; [r]

  

  property Gotos: TIFStringList; [r]

  

  procedure Use;

  

  procedure ResultUse;

  

end;

Inheritance

TPSInternalProcedure

  

|

TPSProcedure

  

|

TObject



CT Web help

CodeTyphon Studio