ITreeCombo.ShowEditImage

Syntax

ShowEditImage: Boolean;

Description

The ShowEditImage property determines whether icon of the element 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 component MetabaseTreeCombowhich inherits form the TreeCombo component, this property is not supported. In the editor of the component MetabaseTreeCombo the icon of selected element (the first selected element during multiple selection) is always displayed.

Example

See also:

ITreeCombo