Table of Contents

TAdvCustomInspector.GetValueFont Method

Returns the font to be used when drawing the property value in the inspector.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.GetValueFont(TheIndex: Integer; TheFont: TFont); virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of the property being displayed.
TheFont TFont Font object that will be updated by the method.

See also