FireDAC.Comp.Client.TFDLocalSQLDataSet.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDLocalSQLDataSet

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.

FireDAC.Comp.Client.TFDLocalSQLDataSet.GetDisplayName inherits from System.Classes.TCollectionItem.GetDisplayName. All content below this line refers to System.Classes.TCollectionItem.GetDisplayName.

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

GetDisplayName is the protected read implementation of the DisplayName property.

See Also