Name property: Record class

Description

This property returns the name of the record definition of the record as a string.

To access an SQL table name for a record, use the %Table meta-SQL construct.

This property is read-only.

Example

WinMessage("The name of this record is : " | &REC.Name);