TTMSFNCObjectInspectorReadProperty Event Type
Handler type for deciding whether an object property can be read.
API unit family: TMSFNCObjectInspector
Parameters
| Name | Description |
|---|---|
Sender |
Inspector that is reading the property. |
AObject |
Object that owns the property. |
APropertyInfo |
Runtime property information. |
APropertyName |
Name of the property. |
APropertyType |
Type kind of the property. |
ACanRead |
Set to True to read the property; set to False to hide it. |