Back to Devexpress

TdxCustomTextReportLink.OnInitializeRow Event

vcl-dxpstextlnk-dot-tdxcustomtextreportlink-38b0b7c0.md

latest833 B
Original Source

TdxCustomTextReportLink.OnInitializeRow Event

Occurs before the text row is rendered.

Declaration

delphi
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

TdxCustomTextReportLink.OnCustomDrawRow

TdxCustomTextReportLink Class

TdxCustomTextReportLink Members

dxPSTextLnk Unit