PrintInfo Reference > PrintInfo Properties > RepeatSplitHeaders Property (PrintInfo) |
This property sets or returns a Boolean that determines whether split captions should appear on each page.
PrintInfo.RepeatSplitHeaders= boolean
Read/Write at run time and design time.
If True, split captions are printed at the top of each physical page below the grid header and above the column headers, if present.
If False (the default), split captions are printed on the first page only.
Note
If split captions are not set within the associated TDBGrid control, then the split headers are not printed, regardless of the setting of this property.