Display name.
Source position: db.pas line 150
public property TNamedItem.DisplayName : string read GetDisplayName write SetDisplayName;
DisplayName is declared in TCollectionItem, and is made public in TNamedItem. The value equals the value of the Name property.
Name
Name of the item.