TAdvCustomInspector.DrawPropertyNameDefault Method
Performs the default drawing of the property name in the inspector.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.DrawPropertyNameDefault(TheCanvas: TCanvas; TheIndex: Integer; R: TRect);
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 name 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. |