Vcl.ListActns.TListControlItem.GetDisplayName

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

Delphi

function GetDisplayName: String; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

説明

オブジェクトインスペクタに表示される項目の名前を指定します。

GetDisplayName メソッドは,コレクションエディタおよびオブジェクトインスペクタの項目を表す文字列を返します。

Caption プロパティの値が設定されている場合,GetDisplayNameCaption プロパティの値を返します。設定されていない場合は,インスタンス化された TListControlItem の下位クラスのクラス名を返します。その場合,一意性を保証するために適当な数字が追加される場合があります。

関連項目