Vcl.ScreenTips.TCustomScreenTipsManager.UpdateActionInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Updates action information.

UpdateActionInfo is used to update action information.

aAction is the updated action and aTooltip is the screen tip item that needs to be updated.

See Also