Vcl.ScreenTips.TScreenTipsWindow.ActivateToolTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActivateToolTip(Rect: TRect; Item: TScreenTipItem); virtual;

C++

virtual void __fastcall ActivateToolTip(const System::Types::TRect &Rect, TScreenTipItem* Item);

Properties

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

Description

Activates the tool tip.

ActivateToolTip computes and formats the text and the image to show on the pop-up window and makes the window visible.

The Rect parameter is the rectangle in which the screen tip will be shown.

The Item parameter is the screen tip item that is shown.

See Also