TBrowse() > Methods for columns |
Inserts a TBColumn object into a TBrowse object.
:insColumn( <nColPos>, <oTBColumn> ) --> oTBColumn
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.
http://www.xHarbour.com