Data.DB.TDataSet.GetFieldFullName

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

Delphi

function GetFieldFullName(Field: TField): string; virtual;

C++

virtual System::UnicodeString __fastcall GetFieldFullName(TField* Field);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet


説明

フィールドの完全名を返します。

GetFieldFullName は、Field パラメータによって指定されたフィールドの完全名を返します。フィールドの完全名は、フィールドの名前と、その親の名前から構成されます。

関連項目