xHarbour Reference Documentation > Function Reference |
Returns the screen row position of a Get field.
GetFldRow( [<nGetPos>] ) --> nScreenRow
The function returns the screen row position of the Get field stored in the element <nGetPos> of the Getlist array as a numeric value. If <nGetPos> does not identify an element of the Getlist array, the return value is -1.
See also: | @...GET, CountGets(), CurrentGet(), GetFldCol() |
Category: | CT:GetSys , Get system |
Source: | ct\getinfo.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com