HI_GetRowColEF
%HI_GetRowColEF function
Function
The function retrieves a current cursor position (row/column) within the windows control Text entry field.
Declaration
%HI_GetRowEF(
INT in refEntryField
)
%HI_GetColEF(
INT in refEntryField
)Parameters
refEntryField | Reference to the Entry field (reference variable). |
Example
INT _row
INT _col
_row := %HI_GetRowEF(_refEntryField)
_col := %HI_GetColEF(_refEntryField)