Function TBColumnNew() Foundation
Generates an object of the TBColumn class (column object). This function is deprecated.
TBColumnNew( [<cHeading>] [,<bVarBlock>] ) --> oTBColumn
The return value of TBColumnNew() is a new TBColumn object.
The function TBColumnNew() is a compatibility function which should no longer be used, since Xbase++ makes a complete object model available. Instead of the function call TBColumnNew(), the message :new() is sent to the class object of the TBColumn class. The same arguments are passed to the method :new() and the function TBColumnNew().
More information can be found with the class TBColumn.
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.