TTMSFNCObjectInspector.OnCustomizeObjectEditor Event
Occurs after the object editor dialog is created and before it is shown.
API unit family: TMSFNCObjectInspector
Declaring type: TTMSFNCObjectInspector
Syntax
OnCustomizeObjectEditor: TTMSFNCObjectInspectorCustomizeObjectEditor;
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. |