%HI_SetSelEF function


Function
The function retrieves a current cursor position (row/column) within the windows control Text entry field.
Declaration
%HI_SetSelEF(
   INT in refEntryField,
   INT in bPos,
   INT in ePos
 )

Parameters
refEntryField Reference to Entry field (reference variable).
bPos Beginning of selection.
ePos End of selection.

Description
If the beginning is 1 and the end is 0, all the text in the edit control is selected. If the beginning is 0, any current selection is deselected.