Vcl.StdCtrls.TButtonStyleHook.WndProc

From RAD Studio API Documentation
Jump to: navigation, search

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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonStyleHook

Description


Provides a message response for the control.

Vcl.StdCtrls.TButtonStyleHook.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.

See Also