Vcl.Dialogs.TPageSetupDialog.MarginLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarginLeft: Integer read FMarginLeft write FMarginLeft;

C++

__property int MarginLeft = {read=FMarginLeft, write=FMarginLeft, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

Description

Specifies left margin

If Options includes psoMargins, MarginLeft is the initial value presented to the user as the left margin. If the user clicks the OK button (indicated by Execute returning true), MarginLeft is assigned the left margin value specified by the user.

If the user is entering values in inches, MarginLeft expresses the margin in thousandths of an inch. If the user is entering values in millimeters, MarginLeft expresses the margin in hundredths of a millimeter.

See Also