TBasedxReportLink.DoChangeComponent Method
Generates the OnChangeComponent event.
Declaration
procedure DoChangeComponent; dynamic;
Remarks
This method is called when changing the Component property of TBasedxReportLink. Descendants can override it to perform specific actions before/after calling the OnChangeComponent event handler.
See Also