TBrowse() > Methods for columns |
Adds a TBColumn object to a TBrowse object.
:addColumn( <oTBColumn> ) --> oTBColumn
Method :addColumn() accepts a TBColumn() object and adds it to the internal list of column objects. The return value is the added object. The instance variable :colCount reflects the new number of column objects maintained by a TBrowse object. When the TBColumn object is added, 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