Vcl.Controls.TControlCanvas.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl write SetControl;

C++

__property TControl* Control = {read=FControl, write=SetControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlCanvas

Description

Specifies the control associated with the control canvas object.

Read Control to gain access to the control associated with the control canvas object. Descendants of TWinControl that use a control canvas set the Control property to form the association. The control canvas object uses the Control property to get information from its associated control.

See Also