Vcl.Grids.TInplaceEditList.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.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Supplements the inherited method to add special processing to some Windows messages.

WndProc is the first method of a control that receives Windows messages.

WndProc for TInplaceEditList passes focus events on to the grid.

See Also