Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

%HI_GetRowColEF function


Function
The function retrieves a current cursor position (row/column) within the windows control Text entry field.
Declaration
Blok kódu
languageesl
themeConfluence
%HI_GetRowEF(
   INT in refEntryField
 )
 
 



 
Blok kódu
languageesl
themeConfluence
%HI_GetColEF(
   INT in refEntryField
 )
Parameters
refEntryFieldReference to the Entry field (reference variable).
Example
Blok kódu
languageesl
themeRDark
 INT _row
  INT _col
 
 _row := %HI_GetRowEF(_refEntryField)
 _col := %HI_GetColEF(_refEntryField)