Vcl.ScreenTips.TAssociateItemList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(Popup, Associate: TControl);

C++

void __fastcall Add(Vcl::Controls::TControl* Popup, Vcl::Controls::TControl* Associate);

Properties

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

Description

Adds a TAssociateItem to the list.

Use Add to add a TAssociateItem with the Popup PopupTip and the Associate Associate to the list.

See Also