Vcl.ScreenTips.TCustomScreenTipsPopup.Associate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Associate: TControl read FAssociate write SetAssociate;

C++

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

Properties

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

Description

The control associated with the screen tip pop-up.

Associate represents the control associated with the screen tip pop-up. The control is a non-ribbon control.

See Also