TSRVCanvasControl

<< Click to display table of contents >>

TSRVCanvasControl

TSRVCanvasControl is the base class for lightweight SRVControls.

Unit SRVControl;

Syntax

TSRVCanvasControl = class(TGraphicControl);

Hierarchy

TObject

TPersistent

TComponent

TControl

TGraphicControl

TCustomSRVGraphicControl

Properties and events

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.

Inherited components

Srvpaintbox TSRVPaintBox