Table_GetDisplayName()

Examples


The Table_GetDisplayName() function returns the display name for a specified table.

Syntax

Table_GetDisplayName(product_ID, table_name)

Parameters

product_ID – An integer specifying the product ID of the dictionary from which the table display name is 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.

Return value

A string containing the display name of the table. This is the name entered in the Display Name field of the Table Definition window.


Documentation Feedback