TBrowse() > Display methods xHarbour Developers Network  

oTBrowse:configure()

Reconfigures the internal data of a TBrowse object.

Syntax

:configure() --> self

Description

Method :configure() instructs a TBrowse object to recalculate the entire browse display and inspect all TBColumn objects stored in the internal list of columns. All data is re-read from the data source and the browse display is refreshed during the next stabilization cycle. :configure() needs to be called when certain instance variables of TBColumn objects are changed while the browser is visible. For example, when oTBColumn:width or oTBColumn:heading is changed, :configure() must be called to make these changes visible.


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