Table_GetFieldList()

Examples


The Table_GetFieldList() function retrieves the names of the fields in the specified table.

Syntax

Table_GetFieldList(product_ID, table_name, field_list)

Parameters

product_ID – An integer specifying the product ID of the dictionary from which the table field names are being retrieved.

table_name – A string containing the technical name of the table. This is the name entered in the Table Name field of the Table Definition window.

field_list – A list field that will be filled with the names of the fields from the specified table.

Return value

The boolean value true.


Documentation Feedback