AppRecord GetDisplayName() Method

Returns the display name of a record.

Function Signature

 string GetDisplayName()

Parameters

Parameter Type Description

None

Return

Type Description

string

This record's display name, formatted according to table settings.

Technical Details

SBM ModScript version: 11.3.

Notes

Every database table has a display name format. SBM Composer enables you to define display name formats for Primary and Auxiliary tables. For other tables, the display name is found in the TS_NAME column.

Related Topics

AppRecord