<< Click to display table of contents >> TSRVPageProperty.TitlePage |
Specifies whether special headers and footers are used for the first page.
property TitlePage: Boolean;
This property can be changed as an editing (undoable) operation, see TSRichViewEdit.SetIntPropertyEd.
A header for the first page is stored in SRichViewEdit.Subdocuments[srvhftFirstPageHeader].
A footer for the first page is stored in SRichViewEdit.Subdocuments[srvhftFirstPageFooter].
TitlePage turns on/off displaying headers and footers for the first page, but does not affect saving: headers and footers are loaded and saved regardless of this property.
Headers are shown only if HeaderVisible=True, footers are shown only if FooterVisible=True.
Default value:
False
See also: