Vcl.ComCtrls.TToolBarStyleHook.WndProc
Delphi
procedure WndProc(var Message: TMessage); override;
C++
virtual void __fastcall WndProc(Winapi::Messages::TMessage &Message);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
class protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TToolBarStyleHook |
Description
Provides a message response for the control.
Vcl.ComCtrls.TToolBarStyleHook.WndProc inherits from Vcl.Themes.TStyleHook.WndProc. All content below this line refers to Vcl.Themes.TStyleHook.WndProc.
Provides a message response for the control. Override this method to provide custom message handling for your control.