Vcl.ComCtrls.TCustomDrawPanelEvent
Delphi
TCustomDrawPanelEvent = procedure(StatusBar: TCustomStatusBar; Panel: TStatusPanel;
const Rect: TRect) of object;
C++
typedef void __fastcall (__closure *TCustomDrawPanelEvent)(TCustomStatusBar* StatusBar, TStatusPanel* Panel, const System::Types::TRect &Rect);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Beschreibung
TCustomDrawPanelEvent wird für die Behandlungsroutine des Ereignisses OnDrawPanel verwendet.
StatusBar ist die Statuszeile, die den Bereich enthält.
Panel ist der Statusbereich, der aktualisiert werden soll.
Rect enthält die (neuen) Abmessungen des Statusbereichs.