ComCtrls.TSBCreatePanelClassEvent
From RAD Studio VCL Reference
C++ Information
From ComCtrls.hpp
typedef TSBCreatePanelClassEvent TSBCreatePanelClassEvent;
Unit: ComCtrls
Type: typedef
Description
TSBCreatePanelClassEvent is the type of the OnCreatePanelClass event handler.
Sender is the status bar object that needs to add a new panel.
PanelClass returns a class reference to the TStatusPanel descendant that should be used to implement the new panel.