TdxReportNotifyEvent Type
The procedural type for general report-related notification events.
Declaration
TdxReportNotifyEvent = procedure(ASender: TdxReport) of object;
Parameters
Name | Type | Description |
---|---|---|
ASender | TdxReport | Provides access to the report generator component that raised the notification event. |
Remarks
Direct TdxReportNotifyEvent Type Reference
The TdxReport.OnLayoutChanged event references the TdxReportNotifyEvent
procedural type.
See Also