Vcl.ScreenTips.TAssociateItem.Create
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.