xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WLastRow()

Returns the bottom row position of the selected window.

Syntax

WLastRow( [<lCentered>] ) --> nBottomRow

Arguments

<lCentered>
This parameter defaults to .F. (false) which causes the function to return the bottom 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 bottom row position of the current window, or the position of a centered window, as a numeric value.

Info

See also: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