TCallEditorEnableEvent Type
This event is fired when the inspector needs to execute the custom property editor of the specified property. This usually happens when the end-user double clicks the inplace editor, or clicks the dialog button of the editor. For the custom editor to be called for that specific property, you must inform the the inspector that the property has a custom external editor, using TAdvCustomInspector.OnGetEnableExternalEditor event.
Syntax
Unit: InspectorControls