TTMSFNCObjectInspectorBeforeOpenObjectEditor Event Type
Handler type for validating whether an object editor can open.
API unit family: TMSFNCObjectInspector
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. |