TTMSFNCObjectInspector.OnBeforeOpenObjectEditor Event
Occurs before the object editor dialog is opened for an assignable property.
API unit family: TMSFNCObjectInspector
Declaring type: TTMSFNCObjectInspector
Syntax
OnBeforeOpenObjectEditor: TTMSFNCObjectInspectorBeforeOpenObjectEditor;
Parameters
| Name | Description |
|---|---|
Sender |
Inspector that is opening the editor. |
AObject |
Object that owns the property. |
APropertyInfo |
Runtime property information. |
APropertyName |
Name of the property. |
APropertyType |
Type kind of the property. |
APropertyValueObject |
Object value that will be edited. |
ACanOpen |
Set to True to open the editor; set to False to cancel it. |