FireDAC.Comp.Client.TFDLocalSQLDataSet.GetDisplayName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDisplayName: String; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

プロパティ

種類 可視性 ソース ユニット
function protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDLocalSQLDataSet

説明

コレクションエディタで表示されるコレクション項目の名前を返します。

FireDAC.Comp.Client.TFDLocalSQLDataSet.GetDisplayName は System.Classes.TCollectionItem.GetDisplayName を継承しています。以下の内容はすべて System.Classes.TCollectionItem.GetDisplayName を参照しています。

コレクションエディタで表示されるコレクション項目の名前を返します。

GetDisplayName メソッドは,DisplayName プロパティの読み取りプロテクトメソッドです。

関連項目