Table of Contents

TTMSFNCObjectInspector.OnWritePropertyValue Event

Occurs before an edited object property value is written.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

OnWritePropertyValue: TTMSFNCObjectInspectorWritePropertyValue;

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.