TBasedxPrintStyle.AllowChangeMargins Property
Specifies whether margin settings of a report can be changed.
Declaration
property AllowChangeMargins: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowChangeMargins property to enable or disable the “Margins“ page of the Page Setup window.
The default value of this property is True.
See Also