FireDAC.Comp.Client.TFDLocalSQLDataSet.GetDisplayName

From RAD Studio API Documentation

Delphi

function GetDisplayName: String; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName(void);

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDLocalSQLDataSet

Description

Returns the name of the collection item as it appears in the collection editor. {{#multireplace:FireDAC.Comp.Client.TFDLocalSQLDataSet.GetDisplayName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollectionItem.GetDisplayName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TCollectionItem.GetDisplayName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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