Vcl.ScreenTips.TCustomScreenTipsManager.RemoveScreenTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveScreenTip(aScreenTip: TScreenTipItem): Boolean;

C++

bool __fastcall RemoveScreenTip(TScreenTipItem* aScreenTip);

Properties

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

Description

Removes a screen tip item.

Use RemoveScreenTip to remove a screen tip pop-up, given by the aScreenTip parameter, from the screen tip collection. The method returns True if the removal succeeds, and False otherwise.

See Also