TTMSFNCDataGridPrintIO.OnRowIsPageBreak Event
Fired for each row before it is sent to the printer, allowing the application to insert a manual page break. See
TTMSFNCDataGridPrintIORowIsPageBreakEvent.
API unit family: TMSFNCDataGridPrintIO
Declaring type: TTMSFNCDataGridPrintIO
Inherited from: TTMSFNCCustomDataGridPrintIO
Syntax
OnRowIsPageBreak: TTMSFNCDataGridPrintIORowIsPageBreakEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Print IO component that fired the event. |
AExportObject |
Export object that tracks the current print export state. |
ARow |
Zero-based row index being evaluated. |
IsPageBreak |
Set to True to insert a page break before the row. |