ITreeCombo.AutoUpdateInfo

Syntax

AutoUpdateInfo: Boolean;

Description

The AutoUpdateInfo property determines whether the information about selection in the component editor is updated automatically.

Comments

If the property is set to True, the information about selection of the component in the editor is updated automatically when the selection is changed. If the property is set to False, the information about selection is updated after the UpdateInfo method is called.

Example

See also:

ITreeCombo | ITreeCombo.UpdateInfo