Unit 'TADiagram' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_tachart]

TDiaElement

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

Declaration

Source position: tadiagram.pas line 117

type TDiaElement = class(TDiaObject)

protected

  procedure SetOwner(); virtual;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function DiaPoint();

  

  procedure Add();

  

  procedure Changed(); override;

  

  procedure Draw; virtual;

  

  function IsPointInside(); virtual;

  

  procedure Notify(); override;

  

  property Owner: TDiagram; [r]

  

  property Decorators: TDiaDecoratorList; [r]

  

end;

Inheritance

TDiaElement

  

|

TDiaObject

  

|

TObject



CT Web help

CodeTyphon Studio