RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TCustomDrawPanelEvent Type

TCustomDrawPanelEvent is the type of the OnDrawPanel event handler.

Pascal
TCustomDrawPanelEvent = procedure (StatusBar: TCustomStatusBar; Panel: TStatusPanel; const Rect: TRect) of object;
C++
(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!