TBasedxPrintStyle.AllowChangePaper Property
Specifies whether report paper type can be changed.
Declaration
property AllowChangePaper: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowChangePaper property to enable or disable the “Type“ section of the Page Setup window which is used to select one of the predefined paper types.
The default value of this property is True.
See Also