Vcl.Controls.TSizeConstraints.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl;

C++

__property TControl* Control = {read=FControl};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TSizeConstraints

Description

Specifies the control to which the size constraints apply.

Use Control to determine the control to which the size constraints apply.

Control is set automatically when a TSizeConstraints object is created for the Constraints property of a control.

See Also