System.Tether.AppProfile.TLocalAction.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 TLocalAction


説明

ローカル アクションの表示名を返します。

ローカル アクションの表示名は "ローカル アクション <n>" で、ここでの <n> は、ローカル アクションの Index です。

関連項目