PrintInfo Reference > PrintInfo Properties > RepeatGridHeader Property (PrintInfo) |
This property sets or returns a Boolean that determines whether the grid caption should appear on each page.
PrintInfo.RepeatGridHeader= boolean
Read/Write at run time and design time.
If True, the grid caption is printed at the top of each physical page.
If False (the default), the grid caption is printed on the first page only.
Note
If the Caption property of the associated TDBGrid control is not set, then the grid header is not printed, regardless of the setting of this property.