Method TBrowse():addColumn() Foundation
Attaches a column (TBColumn object) to a TBrowse object.
:addColumn( <oTBColumn> ) --> self
:addColumn() returns a reference to the TBrowse object.
A TBrowse column object must be passed to the :addColumn() method. :addColumn attaches the column object to the end of an internal array of column objects administered by the TBrowse object, and increments the instance variable:colCount by 1. After calling :addColumn() the TBrowse object is reconfigured which causes the data source to be re-read and the browse window to be redisplayed during the next stabilization.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.