<< Click to display table of contents >> TSRVCanvasControl |
TSRVCanvasControl is the base class for lightweight SRVControls.
Unit SRVControl;
Syntax
TSRVCanvasControl = class(TGraphicControl);
TObject
TPersistent
TComponent
TControl
TGraphicControl
Protected events:
•OnPaint (TSRVCtrlPaintPage) occurs when the control must be painted.
type
TSRVCtrlPaintPage = procedure(Sender: TObject; R: TRect; Canvas: TCanvas) of object;
See also properties and events inherited from TCustomSRVGraphicControl.