Data.DB.TNamedItem.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TNamedItem

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

Description

Returns the name of the collection item as it appears in the collection editor.

GetDisplayName is the protected read implementation of the Name property.

See Also