Vcl.ScreenTips.TCustomScreenTipsManager.UpdateActionInfo

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

Delphi

procedure UpdateActionInfo(aAction: TContainedAction; aTooltip: TScreenTipItem);

C++

void __fastcall UpdateActionInfo(System::Actions::TContainedAction* aAction, TScreenTipItem* aTooltip);

プロパティ

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

説明

アクション情報を更新します。

UpdateActionInfo は、アクション情報の更新に使用されます。

aAction は更新されたアクション、aTooltip は更新される必要のある画面ヒント アイテムです。

関連項目