TBrowse() > Methods for columns xHarbour Developers Network  

oTBrowse:delColumn()

Removes a TBColumn object from a TBrowse object.

Syntax

:delColumn( <nColPos> ) --> oTBColumn

Arguments

<nColPos>
This is a numeric value specifying the ordinal position of the column to remove from the browser. Columns are numbered from 1 to :colCount.

Description

Method :delColumn() is used to remove a single column from a TBrowse object. The method returns the removed object so that it can be preserved and inserted at another position. When the TBColumn object is removed, 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