Vcl.ScreenTips.TAssociateItem.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(APopupTip, AAssociate: TControl);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAssociateItem

Beschreibung

Erstellt eine TAssociateItem-Instanz.

Diese Methode erstellt und initialisiert eine TAssociateItem-Instanz. Der Parameter APopupTip ist die Popup-QuickInfo und AAsociate das Steuerelement, das der im Parameter APopupTip angegebenen Popup-QuickInfo zugeordnet ist.

Siehe auch