ITreeCombo.ShowEditImage

Syntax

ShowEditImage: Boolean;

Description

The ShowEditImage property determines whether the element icon is displayed in the component editor.

Comments

Available values:

The property is relevant if the Images or StateImages property is set.

By default, the component editor displays name of the selected element or total number of selected elements on multiple selection. The ITreeCombo.CustomMultiselectTextTemplate property can also determine its own template for the text displayed in the component editor.

NOTE. For the MetabaseTreeCombo component, which inherits form the TreeCombo  component, this property is not supported. In the editor of the MetabaseTreeCombo component the icon of selected element (the first selected element during multiple selection) is always displayed.

Example

See also:

ITreeCombo