Vcl.Touch.GestureCtrls.TCustomGestureListView.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.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Provides specific message responses for the gesture list view.

The WndProc method provides specific message responses for the gesture list view. WndProc internally calls the TCustomListView.WndProc method.

See Also