Vcl.Controls.TMargins.ExplicitLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExplicitLeft: Integer index 4 read GetControlBound;

C++

__property int ExplicitLeft = {read=GetControlBound, index=4, nodefault};

Properties

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

Description

Specifies the horizontal coordinate of the left edge of a control, relative to its parent.

ExplicitLeft specifies the horizontal coordinate of the left edge of a control, relative to its parent.

See Also