Unit 'CADSys4' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_cadsys]

TGraphicObject

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

Declaration

Source position: CADSys4.pas line 1513

type TGraphicObject = class(TInterfacedObject)

protected

  procedure _UpdateExtension; virtual; abstract;

  

public

  constructor Create();

  

  constructor CreateFromStream(); virtual;

  

  procedure SaveToStream(); virtual;

  

  procedure Assign(); virtual;

  

  procedure UpdateExtension();

  

  property ID: LongInt; [rw]

  

  property Layer: Byte; [rw]

  

  property Visible: Boolean; [rw]

  

  property Enabled: Boolean; [rw]

  

  property ToBeSaved: Boolean; [rw]

  

  property OwnerCAD: TCADCmp; [r]

  

  property Tag: LongInt; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TGraphicObject

  

|

TObject



CT Web help

CodeTyphon Studio