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

TClockScale

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

Declaration

Source position: retroclock.pas line 43

type TClockScale = class(TDrawing) end;

protected

  procedure Resize; override;

  procedure Shift(); override;

public

  constructor Create(); override;

  property Center: TPoint; [rw]

  property Radius: Integer; [rw]

Inheritance

TClockScale

|

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