RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MarginTop Property

Specifies top margin.

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

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. 

 

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