Vcl.ScreenTips.TAllocatedActions.GetItem

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

Delphi

function GetItem(const aName: string): TScreenTipItem;

C++

TScreenTipItem* __fastcall GetItem(const System::UnicodeString aName);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAllocatedActions

説明

アクションの画面ヒントを返します。

GetItem を使用すると、aName という名前のアクションの画面ヒントを、割り当てられたリストから取得してくることができます。

関連項目