Vcl.ScreenTips.TAssociateItem.Associate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Associate: TControl read FAssociate write FAssociate;

C++

__property Vcl::Controls::TControl* Associate = {read=FAssociate, write=FAssociate};

Eigenschaften

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

Beschreibung

Das zugeordnete Steuerelement.

Associate repräsentiert das Steuerelement, das der Eigenschaft PopupTip zugeordnet ist und für das die Verarbeitung der QuickInfo durchgeführt wird.

Siehe auch