Method TBrowse():insColumn() Foundation

Inserts a column (TBColumn object) into a TBrowse object.

Syntax
:insColumn(<nColPos>, <oTBColumn>) --> oTBColumn
Parameters
<nColPos>
<nColPos> is a numeric value indicating the position at which <oTBColumn> should be inserted.
<oTBColumn>
<oTBColumn> is the TBColumn object to be inserted into the TBrowse object.
Return

:insColumn() returns a reference to the newly inserted TBColumn object.

Description

:insColumn() inserts a TBColumn object into a TBrowse object. The numeric value <nColPos> must be passed and indicates the position at which the column object should be inserted. After calling :insColumn() 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.

Feedback

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.