ICustomEdit.SelStart

Syntax

SelStart: Integer;

Description

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

Comments

The numbering of characters in the component is continuous and starts with zero.

Example

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

See also:

ICustomEdit