Type TPanelDestroyEvent


Declaration

TPanelDestroyEvent = procedure(Sender: TObject; Panel: ThvPanel) of Object;

Description

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:

OnPanelDestroy Event

<PANEL> Tag