Table of Contents

TTMSFNCObjectInspector.OnReadPropertyValue Event

Occurs when an object property value is read.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

OnReadPropertyValue: TTMSFNCObjectInspectorReadPropertyValue;

Parameters

Name Description
Sender Inspector that is reading 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 display and optionally replace.
ACanRead Set to True to display the value; set to False to hide it.