TSetStringEnableEvent Type
Event callback for setting a property string value, allowing the handler to change the value and suppress default processing.
Remarks
Sender: the inspector that raised the event.
TheIndex: zero-based index of the property being set.
Value: the new value string; the handler may modify it.
EnableDefault: set to False to suppress the built-in assignment logic.
Syntax
Unit: ComponentInspector