TBasedxPrintStyle.AllowChangeScale Property
Specifies whether a report can be scaled manually.
Declaration
property AllowChangeScale: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowChangeScale property to enable or disable scaling within the Page Setup window.
The default value of this property is True.
See Also