TTMSFNCObjectInspectorWritePropertyValue Event Type
Handler type for writing an edited object property value.
API unit family: TMSFNCObjectInspector
Parameters
| Name | Description |
|---|---|
Sender |
Inspector that is writing the property value. |
AObject |
Object that owns the property. |
APropertyInfo |
Runtime property information. |
APropertyName |
Name of the property. |
APropertyType |
Type kind of the property. |
APropertyValue |
Text value to write and optionally replace. |
ACanWrite |
Set to True to write the value; set to False to cancel the write. |