Vcl.Controls.TMargins.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 TMargins

Description

Specifies the control for which the margins apply.

Use Control to determine the control for which the margins apply.

See Also