RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MarginRight Property

Specifies right margin.

Pascal
property MarginRight: Integer;
C++
__property int MarginRight;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!