Table of Contents

TAdvCustomInspector.GetAutoApply Method

Indicates if the value of the selected property will be automatically applied.

Remarks

When a property is being edited and the selected property changes, the property the was being edited is updated with the content of property editor, if the property should be auto applied. Otherwise, the editing value is discarded and the property value is not changed.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetAutoApply(TheIndex: Integer): Boolean; virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of the specified property.

Returns

True if the property must be have its value auto applied, false otherwise.

See also