IToolbarComboBox.SelStart

Syntax

SelStart: Integer;

Description

The SelStart property determines position of the first selected character in the text of the combo box. 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 Fore.

See also:

IToolbarComboBox