Skip to content

Select - DfBaseEdit

Marks the text in the editor beginning at position iPosition for the number of bytes set in charcount

Type: Procedure

Parameters

Parameter Type Description
iPosition Integer The position text is marked
iLength Integer The number of characters to be marked. If 0, text marking is cleared

Syntax

Procedure Select Integer iPosition Integer iLength

Call Example

Send Select iPosition iLength

Description

The Select procedure marks the text in the editor beginning at position iPosition for the number of bytes set in iLength. If iLength is 0, the marking is removed.