Purpose
Returns a list of columns.
Class
Type
Method
Syntax
<oGroupColumn>:GetColumnNo(<symMode>) Æ aoColumn
Arguments
| <symMode> | The mode defines, which columns should to be returned. The values below are supported: | 
| Mode | Description | 
| #DataColumn | A list with all data columns. 
 The list also contains the data columns which are in subordinate group columns. | 
| #OpenColumn | A list with all columns that are opened in the bBrowser. 
 The list contains only columns of the group column. The list can contain data columns and group columns. | 
| #OpenDataColumn | A list with all data columns that are opened in the bBrowser. 
 The list also contains the data columns which are in subordinate group columns. | 
| Data Type: | Symbol | 
Return Value
| aoColumn | An array with the determined columns. | 
| Data Type: | Array | 
Description
bGroupColumn:GetColumnList() determines for the passed mode all columns which are added to the group column and return these as array.
See Also
Page url: http://www.YOURSERVER.com/index.html?bgroupcolumn_getcolumnlist.htm