Back to Devexpress

TdxCustomTextReportLink.OnCustomDrawRow Event

vcl-dxpstextlnk-dot-tdxcustomtextreportlink-425b9fb9.md

latest1.2 KB
Original Source

TdxCustomTextReportLink.OnCustomDrawRow Event

Occurs before text rows are painted.

Declaration

delphi
property OnCustomDrawRow: TdxTextReportLinkCustomDrawRowEvent read; write;

Remarks

The OnCustomDrawRow event occurs before text rows are painted. This event is fired only when the SupportedCustomDraw property is set to True.

ParameterDescription
ACanvasSpecifies a TCanvas instance used to paint the row’s text.
AnItemProvides painting information.
ADoneIf True , default drawing routines aren’t required. Otherwise, default painting is performed.

Note, that custom painting is resource intensive. In order to customize the report’s appearance use the OnInitializeRow event, which occurs prior to the text row being rendered, thus improving performance.

See Also

TdxCustomTextReportLink Class

TdxCustomTextReportLink Members

dxPSTextLnk Unit