Vcl.ScreenTips.TCustomScreenTipsPopup.RemoveLinkToManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveLinkToManager; virtual;

C++

virtual void __fastcall RemoveLinkToManager();

Properties

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

Description

Removes the link to the screen tip manager.

Use RemoveLinkToManager to remove the screen tip pop-up from the screen tip manager that manages the screen tips.

See Also