TBasedxPrintStyle.AllowChangeHFText Property
Specifies whether the header and footer text of a report can be changed.
Declaration
property AllowChangeHFText: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowChangeHFText property to enable or disable the “Header/Footer“ page of the Page Setup window.
The default value of this property is True.
See Also