Vcl.ComCtrls.TCustomTreeView.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Provides specific message responses for the control.

WndProc is the initial Windows message handler for the control. The WindowProc property is initialized to point to the WndProc method.

WndProc adjusts for some Windows message idiosyncrasies before calling the WndProc method inherited from TWinControl.

See Also