TAdvCustomInspector.GetEnableExternalEditor Method
Indicates if the specified property has a custom external property editor. If true, then when the property editor is double clicked, the CallEditor method is called, as well the OnCallEditor event, as an opportunity to launch the custom editor.
Syntax
Unit: InspectorControls
function TAdvCustomInspector.GetEnableExternalEditor(TheIndex: Integer): Boolean; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the property that will be checked to have an external editor or not. |
Returns
True if the property has an external editor, false otherwise.