IToolbarComboBox.SelLength

Syntax

SelLength: Integer;

Description

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

Comments

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

See also:

IToolbarComboBox