Table of Contents

TAdvCustomInspector.DrawHorizontalSeparator Method

Draws the horizontal separator line which separates one property from another.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.DrawHorizontalSeparator(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