TPanelDestroyEvent = procedure(Sender: TObject; Panel: ThvPanel) of Object;
The TPanelDestroyEvent type is the type for the OnPanelDestroy event.
Sender is the THtmlViewer displaying the ThvPanel.
Panel is the ThvPanel (similar to TPanel) created for the display.
See also: