TBrowse() > Instance variables xHarbour Developers Network  

oTBrowse:goBottomBlock

Code block that navigates the data source to the last row.

Info

Data type:BDefault:NIL

Description

The instance variable :goBottomBlock must be assigned a code block which navigates the row pointer of the data source to the last row. This code block is evaluated in method :goBottom(). When the data source is a database file, a typical code block for :goBottomBlock is {|| DbGoBottom() }.


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