Skip to main content

TdxCustomTextReportLink.OnInitializeRow Event

Occurs before the text row is rendered.

Declaration

property OnInitializeRow: TdxTextReportLinkInitializeRowEvent read; write;

Remarks

The OnInitializeRow event occurs before the text row specified by the AnItem parameter is rendered.

The OnInitialize… events allow report elements to be customized prior to them being drawn. Report customization via these events takes less time and is more effective than the custom painting mechanism.

See Also