Vcl.CaptionedDockTree.TCaptionedDockTree.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
protected
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree TCaptionedDockTree

Description

Defines specific responses for mouse messages.

Vcl.CaptionedDockTree.TCaptionedDockTree.WndProc inherits from Vcl.Controls.TDockTree.WndProc. All content below this line refers to Vcl.Controls.TDockTree.WndProc.

Defines specific responses for mouse messages.

Override the WndProc method to change the initial Windows message handler for the docked object. WndProc defines responses for mouse messages.

When overriding the WndProc method to provide specific responses to messages, call the inherited WndProc method at the end in order to dispatch any unhandled messages.

See Also