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

TPSTypeRec

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

Declaration

Source position: uPSRuntime.pas line 129

type TPSTypeRec = class

protected

  FRealSize: Cardinal;

  

public

  property RealSize: Cardinal; [r]

  

  property BaseType: TPSBaseType; [rw]

  

  property ExportName: TbtString; [rw]

  

  property ExportNameHash: LongInt; [rw]

  

  property Attributes: TPSRuntimeAttributes; [rw]

  

  procedure CalcSize; virtual;

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TPSTypeRec

  

|

TObject



CT Web help

CodeTyphon Studio