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

TPSAttributeType

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

Declaration

Source position: uPSCompiler.pas line 396

type TPSAttributeType = class(TPSType)

public

  property OnApplyAttributeToType: TPSApplyAttributeToType; [rw]

  

  property OnApplyAttributeToProc: TPSApplyAttributeToProc; [rw]

  

  property Fields []: TPSAttributeTypeField; [r]

  

  property FieldCount: LongInt; [r]

  

  procedure DeleteField();

  

  function AddField;

  

  property Name: TbtString; [r]

  

  property OrgName: TbtString; [rw]

  

  property NameHash: LongInt; [r]

  

  constructor Create;

  

  destructor Destroy; override;

  

end;

Inheritance

TPSAttributeType

  

|

TPSType

  

|

TObject



CT Web help

CodeTyphon Studio