TBrowse() > Instance variables xHarbour Developers Network  

oTBrowse:goTopBlock

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

Info

Data type:BDefault:NIL

Description

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


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