TSRVCanvasControl |
Top Previous Next |
|
TSRVCanvasControl is the base class for lightweight SRVControls. Unit SRVControl; Syntax TSRVCanvasControl = class(TGraphicControl); HierarchyTObject TPersistent TComponent TControl TGraphicControl Properties and eventsPublic properties:
Published events: •OnMouseEnter, OnMouseLeave (TNotifyEvent) occur when the mouse pointer enter/leaves the control. •OnPaint (TSRVCtrlPaintPage) occurs when the control must be painted. type TSRVCtrlPaintPage = procedure(Sender: TObject; R: TRect; Canvas: TCanvas) of object; Protected properties:
Inherited components |