Method XbpBrowse():getColumn() Foundation
Retrieves a reference to a column (XbpColumn object ) in an XbpBrowse object.
:getColumn( <nColPos> ) --> oXbpColumn
:getColumn() returns a reference to the XbpColumn object held in position <nColPos>.
When the numeric value <nColPos> is passed to the method :getColumn(), the XbpBrowse object returns a reference to the corresponding column object. Using the reference, changes to the column can be made that also update the column definition stored with the XbpBrowse. However, such changes are not immediately realized. Only when the XbpBrowse is notified explicitly through a :configure() or :refreshAll() will the changes to the column be visible.
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.