TCustomdxComponentPrinter.DoChangeComponent(TBasedxReportLink) Method
Generates the OnChangeComponent event.
Declaration
procedure DoChangeComponent(AReportLink: TBasedxReportLink); dynamic;
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
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