RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MinMarginLeft Property

Specifies minimum left margin.

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

If Options includes psoMinMargins, MinMarginLeft is the minimum value the user can enter for the left margin. 

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

 

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