API:System.Tether.AppProfile.TLocalResource.GetDisplayName

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

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalResource

説明

ローカル項目の表示名を返します。

System.Tether.AppProfile.TLocalResource.GetDisplayName は System.Tether.AppProfile.TCustomLocalItem.GetDisplayName を継承しています。以下の内容はすべて System.Tether.AppProfile.TCustomLocalItem.GetDisplayName を参照しています。

ローカル項目の表示名を返します。

ローカル項目の表示名は "カスタム ローカル名 <n>" で、ここでの <n> は、ローカル項目の Index です。

関連項目