IToolbarComboBox.SelStart

Syntax

SelStart: Integer;

Description

The SelStart property determines position of the first selected character in the text of the combobox. If there are no selections, it determines the position of cursor.

Comments

It is used along with the IToolbarComboBox.SelLength and IToolbarComboBox.SelStart properties. The property is available only using the Fore language.

See also:

IToolbarComboBox