Vcl.ScreenTips.TCustomScreenTipsManager.ClearScreenTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearScreenTips;

C++

void __fastcall ClearScreenTips();

Properties

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

Description

Clears the screen tips.

ClearScreenTips is used to clear the allocated action list and the screen tips collection.

See Also