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)();

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!