xHarbour Reference Documentation > Function Reference |
Returns the screen column position of a Get field.
GetFldCol( [<nGetPos>] ) --> nScreenColumn
The function returns the screen column 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(), GetFldRow() |
Category: | CT:GetSys , Get system |
Source: | ct\getinfo.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com