The Table_GetDisplayName() function returns the display name for a specified table.
Table_GetDisplayName(product_ID, table_name)
• 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.
A string containing the display name of the table. This is the name entered in the Display Name field of the Table Definition window.