TBrowse() > Cursor navigation xHarbour Developers Network  

oTBrowse:up()

Navigates the cursor to the previous row.

Syntax

:up() --> self

Description

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


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