Vcl.Dialogs.TPageSetupDialog.MarginRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarginRight: Integer read FMarginRight write FMarginRight;

C++

__property int MarginRight = {read=FMarginRight, write=FMarginRight, nodefault};

Properties

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

Description

Specifies right margin.

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

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

See Also