TBrowse() > Methods for columns xHarbour Developers Network  

oTBrowse:addColumn()

Adds a TBColumn object to a TBrowse object.

Syntax

:addColumn( <oTBColumn> ) --> oTBColumn

Arguments

<oTBColumn>
This is the TBColumn object to add to the TBrowse object.

Description

Method :addColumn() accepts a TBColumn() object and adds it to the internal list of column objects. The return value is the added object. The instance variable :colCount reflects the new number of column objects maintained by a TBrowse object. When the TBColumn object is added, the entire TBrowse display is invalidated and all data from the data source is re-read during the next stabilization cycle.


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