Data.DB.TField.FullName

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

Delphi

property FullName: string read GetFullName;

C++

__property System::UnicodeString FullName = {read=GetFullName};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DB.pas
Data.DB.hpp
Data.DB TField

説明

親項目があればそのフルネームによって限定される項目名を示します。

FullName プロパティを参照すると,複雑なオブジェクト項目のフラットなバージョンにある下位項目の名前を判定できます。FullName は,その項目が一部をなす複雑なオブジェクト項目のフルネームを FieldName プロパティのプレフィクスとして付けます。

関連項目