Vcl.Themes.TStyleHook.CallDefaultProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CallDefaultProc(var Msg: TMessage);

C++

void __fastcall CallDefaultProc(Winapi::Messages::TMessage &Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

Calls the default window procedure of the control, for the given message.

CallDefaultProc calls the procedure indicated by TControl.WindowProc to respond to the given message.


See Also