IComboBox.SelStart

Syntax

SelStart: Integer;

Description

The SelStart property determines the position to start text selection in the component.

Comments

This property returns correct values if the component is focused. In all other cases the property returns 0.

Example

The property use is given in the example for IComboBox.SelLength.

See also:

IComboBox