xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GetFldVar()

Returns the name of a Get variable.

Syntax

GetFldVar( [<nGetPos>] ) --> cGetVarName

Arguments

<nGetPos>
This numeric parameter specifies the ordinal position of a Get field in the PUBLIC Getlist array. It defaults to the return value of CurrentGet().

Return

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.

Info

See also:@...GET, CountGets(), CurrentGet(), GetFldRow()
Category: CT:GetSys , Get system
Source:ct\getinfo.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe