xHarbour Reference Documentation > Function Reference |
Returns the name of a Get variable.
GetFldVar( [<nGetPos>] ) --> cGetVarName
The function returns the name of the edited variable 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