Vcl.ScreenTips.TCustomScreenTipsPopup.LinkPopupToManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LinkPopupToManager; virtual;

C++

virtual void __fastcall LinkPopupToManager();

Properties

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

Description

Links the screen tip pop-up to the screen tip manager that owns the screen tip pop-up.

The LinkPopupToManager method adds the screen tip pop-up to the screen tip manager that manages all the screen tips.

See Also