TAdvCustomInspector.CallEditor Method
Executes the custom external editor for the specified property. The editor is called when the end-user double clicks the property editor, or clicks the ellipsis button, and the property has an external editor enabled.
Syntax
Unit: InspectorControls
function TAdvCustomInspector.CallEditor(TheIndex: Integer): Boolean; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the property for which the editor must be executed. |
Returns
True if the editor changed the property value and the inspector must be updated. False if the editor was canceled and nothing changed.