System.Classes.TCollectionItem.GetNamePath

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

Delphi

function GetNamePath: string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetNamePath();

プロパティ

種類 可視性 ソース ユニット
function public
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionItem

説明

オブジェクトインスペクタによって使用される文字列を返します。

GetNamePath メソッドは,オブジェクトインスペクタにコレクションを表示するテキストを決定します。TCollectionItem は,継承メソッドをオーバーライドして,コレクションの名前(コレクション内の項目のインデックスが続く)を返します。