Vcl.ScreenTips.TCustomScreenTipsManager.AddPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddPopup(AScreenTipPopup: TCustomControl);

C++

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

Properties

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

Description

Adds a screen tip pop-up.

AddPopup is used to add a screen tip pop-up to the pop-up control list and to update the associate item list by adding the component asociated with the AScreenTipPopup screen tip pop-up.

See Also