[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 Radius: Integer; [rw] |
published |
property BaseLineLength: Integer; [rw] |
| | ||
|
drawing class, usually containing objects of TElement descendants, that is drawn on a control's canvas |
|
| | ||
|
base class for elements, that can be added to a TDrawing object |
|
| | ||
TComponent |
||
? | ||
TObject |