Object Reference : Object View and Procedure Reference : Valmap
  
 
displayname
Display name for a valmap objects.
Attaches a display name to a valmap which may be used to label output in place of the standard valmap object name.
Syntax
valmap_name.displayname display_name
Display names are case-sensitive, and may contain a variety of characters, such as spaces, that are not allowed in valmap object names.
Examples
hrs.displayname Valmap for Hours Worked
hrs.label
The first line attaches a display name “Valmap for Hours Worked” to the valmap object HRS, and the second line displays the label view of HRS, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Valmap::label.