WFLastRow() - returns bottom row of formatted window
returns position of bottom row of formatted area of a window
──────────────────────────────────────────────────────────────────────────────
Syntax
WFLastRow( [ <lRelative> ] [, <nWindow> ] ) --> nValue
Arguments
<lRelative> optional parameter when passed a .T. returns absolute
value of wLastRow() - WFLastRow() otherwise returns the rightmost row
available in a formatted window
<nWindow> optional numeric parameter used to specify the window to apply
the function to.
Returns
WFLastRow() returns a numeric value of either the difference between the
border of a window and the formatted area of the window, or the
rightmost row of a formatted window.
Description
This function may be used to get the coordinate of the rightmost row of
a formatted window. If not window is specified then the currently active
window is used.
Files: Library is MRWINDOW.LIB.