TTMSFNCDataGridPDFIO.OnRowIsPageBreak Event
Fired for each row before it is written to the PDF, allowing the application to insert a page break at that row. See
TTMSFNCDataGridPDFIORowIsPageBreakEvent.
API unit family: TMSFNCDataGridPDFIO
Declaring type: TTMSFNCDataGridPDFIO
Inherited from: TTMSFNCCustomDataGridPDFIO
Syntax
OnRowIsPageBreak: TTMSFNCDataGridPDFIORowIsPageBreakEvent;
Parameters
| Name | Description |
|---|---|
Sender |
PDF IO component that fired the event. |
AExportObject |
Export object that tracks the current PDF export state. |
ARow |
Zero-based row index being evaluated. |
IsPageBreak |
Set to True to insert a page break before the row. |