HI_SetSelEF
%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 the Entry field (reference variable). |
bPos | Beginning of the selection. |
ePos | End of the 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.