TBasedxReportLink.DoChangeComponent Method
In This Article
Generates the OnChangeComponent event.
#Declaration
Delphi
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