Method XbpBrowse():getColumns() Foundation
Retrieves references to the columns in an XbpBrowse object.
:getColumns() --> aColumns
:getColumns() returns a one-dimensional array containing column object references. If no columns were added to the browse, return is an empty array ({}).
:getColumns() returns references to the columns contained in a browse. These references can be used for changing properties of the column objects, such as using the:hide()method to make a column invisible.
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.