xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GetFldCol()

Returns the screen column position of a Get field.

Syntax

GetFldCol( [<nGetPos>] ) --> nScreenColumn

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 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.

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