TSBCreatePanelClassEvent is the type of the OnCreatePanelClass event handler.
TSBCreatePanelClassEvent = procedure (Sender: TCustomStatusBar; var PanelClass: TStatusPanelClass) of object;
(Sender: TCustomStatusBar; var PanelClass: TStatusPanelClass) ( TSBCreatePanelClassEvent)();
ComCtrls
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|