TBrowse() > Methods for columns xHarbour Developers Network  

oTBrowse:insColumn()

Inserts a TBColumn object into a TBrowse object.

Syntax

:insColumn( <nColPos>, <oTBColumn> ) --> oTBColumn

Arguments

<nColPos>
This is a numeric value specifying the ordinal position where to insert a TBColumn object in the browser.
<oTBColumn>
This is the TBColumn object to insert into the TBrowse object.

Description

Method :insColumn() accepts a TBColumn() object and inserts it into the internal list of column objects. The return value is the inserted object. The instance variable :colCount reflects the new number of column objects maintained by a TBrowse object. When the TBColumn object is inserted, 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