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

TPSType

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

Declaration

Source position: uPSCompiler.pas line 180

type TPSType = class(TObject)

public

  constructor Create;

  

  destructor Destroy; override;

  

  property Attributes: TPSAttributes; [r]

  

  property FinalTypeNo: Cardinal; [r]

  

  property OriginalName: TbtString; [rw]

  

  property Name: TbtString; [rw]

  

  property NameHash: LongInt; [r]

  

  property BaseType: TPSBaseType; [rw]

  

  property DeclarePos: Cardinal; [rw]

  

  property DeclareRow: Cardinal; [rw]

  

  property DeclareCol: Cardinal; [rw]

  

  property Used: Boolean; [r]

  

  property ExportName: Boolean; [rw]

  

  procedure Use;

  

end;

Inheritance

TPSType

  

|

TObject



CT Web help

CodeTyphon Studio