TBasedxReportLink.OnDestroy Event
In This Article
Occurs when a report link is being destroyed.
#Declaration
Delphi
property OnDestroy: TNotifyEvent read; write;
#Remarks
Write an OnDestroy event handler to perform specific actions when a report link is being destroyed.
See Also