TBrowse() > Cursor navigation xHarbour Developers Network  

oTBrowse:down()

Navigates the cursor to the next row.

Syntax

:down() --> self

Description

Method :down() instructs the TBrowse object to move the browse cursor to the next data row. If the browse cursor is already located in the last data row, which is at position :rowCount, the data area of the browse display is scrolled up one line and a new data row is read from the data source. If the current row of the data source is the last row already, :down() does not move the browse cursor but sets the instance variable :hitBottom to .T. (true).


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