TTMSFNCObjectInspectorCustomizeObjectEditor Event Type
Handler type for customizing the object editor dialog before it is shown.
API unit family: TMSFNCObjectInspector
Parameters
| Name | Description |
|---|---|
Sender |
Inspector that created 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 being edited. |
AEditor |
Editor helper instance. |
AEditorForm |
Editor form instance. |
AEditorObjectInspector |
Inspector displayed inside the editor form. |