Vcl.ScreenTips.TCustomScreenTipsPopup.UpdateAssociateToManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateAssociateToManager; virtual;

C++

virtual void __fastcall UpdateAssociateToManager(void);

Properties

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

Description

Updates the link to the associated screen tip manager.

The UpdateAssociateToManager method updates the link between the screen tip pop-up and the screen tip manager that manages the screen tips.

See Also