xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WCol()

Returns the left column position of the selected window.

Syntax

WCol( [<lCentered>] ) --> nLeftColumn

Arguments

<lCentered>
This parameter defaults to .F. (false) which causes the function to return the left column position of the selected window. When .T. (true) is passed, the function returns a column position as if the window was centered.

Return

WCol() returns the left column position of the current window, or the position of a centered window, as a numeric value.

Info

See also:WMode(), WOpen(), WRow(), WSelect()
Category: CT:Window , Windows (text mode)
Source:ct\ctwin.c
LIB:xhb.lib
DLL:xhbdll.dll


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