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

TClockScaleLines

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

Declaration

Source position: retroclock.pas line 17

type TClockScaleLines = class(TDrawing) end;

protected

  procedure Resize; override;

  procedure Zoom(); override;

public

  constructor Create(); override;

  property Center: TPoint; [rw]

  property Lines []: TLine; [r]

  property Radius: Integer; [rw]

published

  property BaseLineLength: Integer; [rw]

Inheritance

TClockScaleLines

|

TDrawing

  

drawing class, usually containing objects of TElement descendants, that is drawn on a control's canvas

|

TElement

  

base class for elements, that can be added to a TDrawing object

|

TComponent

?

TObject