xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WRow()

Returns the top row position of the selected window.

Syntax

WRow( [<lCentered>] ) --> nTopRow

Arguments

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

Return

WLastRow() returns the top row position of the current window, or the position of a centered window, as a numeric value.

Info

See also:WCol(), WInfo(), WLastCol(), WLastRow(), WMode(), WOpen(), 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