Table_GetGroup()

Examples


The Table_GetGroup() function returns the resource ID of the table group a specified table is part of.

Syntax

Table_GetGroup(product_ID, table_name)

Parameters

product_ID – An integer specifying the product ID of the dictionary in which the table is located.

table_name – A string containing the technical name of the table for which the table group resource ID is being returned.

Return value

An integer containing the resource ID of the table group. The value 0 is returned if the table is not part of a table group.


Documentation Feedback