Table of Contents

TAdvCustomInspector.DrawBorders Method

Draws the borders of the property area.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.DrawBorders(TheCanvas: TCanvas; TheIndex: Integer; R: TRect); virtual;

Parameters

<-> Parameter Type Description
TheCanvas TCanvas Canvas object used to perform the drawing operation.
TheIndex Integer Index of the property to be drawn.
R TRect The rectangle in which the property will be drawn. This value corresponds to the whole property area, including name, value, border. The Splitter property should be used to know at which position the name and value areas are separated.

See also