Vcl.Dialogs.TPageSetupDialog.MarginTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarginTop: Integer read FMarginTop write FMarginTop;

C++

__property int MarginTop = {read=FMarginTop, write=FMarginTop, nodefault};

Properties

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

Description

Specifies top margin.

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

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

See Also