TSRichViewEdit.RVFooter |
Top Previous Next |
|
Defines a TRichViewEdit control containing a footer for all pages. property RVFooter: TRichViewEdit; You can assign an external TRichViewEdit control to this property. Take a note that width and height of this RichViewEdit are set by TSRichViewEdit. Assigning nil to this property makes TSRichViewEdit to use a hidden internal TRichViewEdit for the footer (this is a default behavior). Users cannot see it, it is responsible only for document rendering. The footer is visible if PageProperty.FooterVisible = True. When this editor is active, it is returned in ActiveEditor property. Distances from the page border to the footer are defined in PageProperty: •LeftMargin (from the left side) •RightMargin (from the right side) •FooterY (from the bottom side) Margins properties of this editor (RVFooter.LeftMargin, TopMargin, etc.) are ignored when calculating the footer position. When the footer is being edited, it is visually indicated by the following properties of ViewProperty: See also: |