Back to Devexpress

TCustomdxComponentPrinter.DoChangeComponent(TBasedxReportLink) Method

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

latest1.0 KB
Original Source

TCustomdxComponentPrinter.DoChangeComponent(TBasedxReportLink) Method

Generates the OnChangeComponent event.

Declaration

delphi
procedure DoChangeComponent(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

Remarks

This method is called when changing the Component property of the TBasedxReportLink object specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnChangeComponent event handler.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit