Vcl.ScreenTips.TAssociateItem.Associate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Associate: TControl read FAssociate write FAssociate;

C++

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

Properties

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

Description

The associated control.

Associate represents the control associated with PopupTip, control for which screen tip processing is being performed.

See Also