Contents - Index - Previous - Next


PrintHeader property



Applies to
TProfGrid component

Declaration
property PrintHeader: TProfGridPrintHeaderFooter;

Description

Specifies the header 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 header text on the print page.

Lines: TStrings;
Specifies the header text.

Font: TFont;
Specifies the font in which the header text is printed.

Distance: Extended;
Specifies the distance between the header text and the grid. 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.