Vcl.ScreenTips.TAssociateItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(APopupTip, AAssociate: TControl);

C++

__fastcall TAssociateItem(Vcl::Controls::TControl* APopupTip, Vcl::Controls::TControl* AAssociate);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAssociateItem

Description

Creates a TAssociateItem instance.

This method creates and initializes a TAssociateItem instance. The APopupTip parameter is the pop-up screen tip and the AAsociate is the control associated with the APopupTip pop-up screen tip.

See Also