TBrowse() > Methods for columns |
Removes a TBColumn object from a TBrowse object.
:delColumn( <nColPos> ) --> oTBColumn
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.
http://www.xHarbour.com