Back to Devexpress

TCustomdxComponentPrinter.DoDeleteReportLink(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-dodeletereportlink-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest965 B
Original Source

TCustomdxComponentPrinter.DoDeleteReportLink(TBasedxReportLink) Method

Generates the OnDeleteReportLink event.

Declaration

delphi
procedure DoDeleteReportLink(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

Remarks

This method is called when a report link is about to be deleted from the link list. The AReportLink parameter specifies the link to be deleted. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnDeleteReportLink event handler.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit