IToolbarComboBox.SelLength

Syntax

SelLength: Integer;

Description

The SelLength property determines the number of selected characters in the line of the combo box.

Comments

It is used by the IToolbarComboBox.SelStart and IToolbarComboBox.SelText properties. The property is available only using Fore.

See also:

IToolbarComboBox