[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DrawnControl' (#HMI)

TDrawnControl

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

control, that displays a drawn graphic on its surface

Declaration

Source position: drawncontrol.pas line 167

type TDrawnControl = class(TGraphicControl) end;

protected

  function GetDrawing;

  class function GetDrawingClass; virtual;

  procedure Paint; override;

  procedure Resize; override;

  procedure SetParent(); override;

public

  property Drawing: TDrawing; [r]

Inheritance

TDrawnControl

  

control, that displays a drawn graphic on its surface

|

TGraphicControl

?

TObject