GETDBCOLUMNNAMES
Returns the names of db columns from a widget.
Syntax
GETDBCOLUMNNAMES(widget)
- widget - a reference to the widget from which the db column names should be returned - Value type: widget reference 
Remarks
- The function returns a range of rows containing the DB column names, with the same text that is displayed in the db column list in the Connection tab. 
- If GETDATA is called with a parameter, i.e. a self-defined statement, the function does not return values for all connector types. This functionality is offered step-by-step. 
Example
The row widget is filled with the db column names which are specified for the table widget in the Connection tab.

