TBasedxReportLink.OnChangeComponent Event
In This Article
Occurs when the Component property changes.
#Declaration
Delphi
property OnChangeComponent: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions when changing the Component property.
See Also