RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MarginLeft Property

Specifies left margin

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!