Table of Contents

TTMSFNCObjectInspector.OnPropertyValueChanged Event

Occurs after an object property value changes.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

OnPropertyValueChanged: TTMSFNCObjectInspectorPropertyValueChanged;

Parameters

Name Description
Sender Inspector whose property value changed.
AObject Object that owns the property.
APropertyInfo Runtime property information.
APropertyName Name of the property.
APropertyType Type kind of the property.
APropertyValue New property value.