Table of Contents

TTMSFNCObjectInspector.OnReadProperty Event

Occurs before an object property is read into the inspector.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

OnReadProperty: TTMSFNCObjectInspectorReadProperty;

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.