Method TBColumn():new() Foundation
Generates an instance of a TBColumn object.
TBColumn():new( [<cHeading>] [, <bVarBlock>] ) --> oTBColumn
The class method :new() returns a new TBColumn object, which with the help of the code block <bVarBlock> is able to retrieve the data of an individual column of data for a TBrowse object. If a a character string is contained in <cHeading>, this is displayed as the column heading. Other TBColumn instance variables can be assigned values which affect the various configuration options of a column object.
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.