|
TRVPrint.SetFooter |
Top Previous Next |
|
Assigns the page footer. procedure SetFooter(RVData: TCustomRVData); (introduced in version 1.7) Document is not copied to RVPrint, so do not modify and do not destroy it until printing is complete. If RVData is nil, footer is cleared. This method must be called before FormatPages. Example: var RichView1: TRichView; RVPrint1: TRVPrint; ... RVPrint1.SetFooter(RichView1.RVData); See also: See also properties: |