Vcl.ScreenTips.TCustomScreenTipsManager.RemovePopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemovePopup(AScreenTipPopup: TCustomControl);

C++

void __fastcall RemovePopup(Vcl::Controls::TCustomControl* AScreenTipPopup);

Properties

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

Description

Removes a screen tip pop-up.

Use RemovePopup to remove a screen tip pop-up, given by the AScreenTipPopup parameter, from the pop-up control list.

See Also