TCustomDrawPanelEvent is the type of the OnDrawPanel event handler.
TCustomDrawPanelEvent = procedure (StatusBar: TCustomStatusBar; Panel: TStatusPanel; const Rect: TRect) of object;
(StatusBar: TCustomStatusBar; Panel: TStatusPanel; const Rect: TRect) ( TCustomDrawPanelEvent)();
ComCtrls
StatusBar is the status bar object that contains the panel.
Panel is the panel that needs to be redrawn.
Rect gives the (new) dimensions of the status panel.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|