Vcl.Controls.TMargins.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: TMarginSize index 0 read FLeft write SetMargin default 3;

C++

__property TMarginSize Left = {read=FLeft, write=SetMargin, index=0, default=3};

Properties

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

Description

Specifies the left edge of the margin.

Use the Left property to specify the left edge of the margin.