Vcl.ScreenTips.TCustomScreenTipsManager.GetScreenTip

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

Delphi

function GetScreenTip(aAction: TBasicAction): TScreenTipItem;

C++

TScreenTipItem* __fastcall GetScreenTip(System::Classes::TBasicAction* aAction);

プロパティ

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

説明

画面ヒントを返します。

GetScreenTip を使用すると、aAction パラメータで指定されたアクションに対する、画面ヒント アイテムを取得することができます。

関連項目