TBrowse() > Methods for columns |
Replaces a TBColumn object within a TBrowse object
:setColumn( <nColPos>, <oTBColumnNew> ) --> oTBColumnOld
Method :setColumn() accepts a TBColumn() object and replaces the existing column object at position <nColPos>. The return value is the replaced TBColumn object. When the TBColumn object is replaced, 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