TdxPageSetupDialog.HFMode Property
In This Article
Specifies the manner in which header and footers are displayed.
#Declaration
Delphi
property HFMode: TdxHFMode read; write; default hfmThreeSections;
#Property Value
Type | Default |
---|---|
Tdx |
hfm |
#Remarks
Use the HFMode property to specify whether to divide headers or footers into 3 sections or to display them as a single region. Possible values include:
Value | Description |
---|---|
hfm |
Headers |
hfm |
Headers |
The default value of this property is hfmThreeSections.
See Also