Contents
- Index
- Previous
- Next
PrintFooter property
Applies to
TProfGrid component
Declaration
property PrintFooter: TProfGridPrintHeaderFooter;
Description
Specifies the footer text to be printed on each page of the grid's printout.
The property in turn has the following properties:
Alignment: TAlignment;
Specifies the alignment of the footer text on the print page.
Lines: TStrings;
Specifies the footer text.
Font: TFont;
Specifies the font in which the footer text is printed.
Distance: Extended;
Specifies the distance between the grid and the footer text. The distance is expressed as the fraction of the page height, that is Distance must be greater than or equal to 0 and less than 1.