API:Vcl.Touch.GestureCtrls.TCustomGestureListView.WndProc
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 list view.
Vcl.Touch.GestureCtrls.TCustomGestureListView.WndProc inherits from Vcl.ComCtrls.TCustomListView.WndProc. All content below this line refers to Vcl.ComCtrls.TCustomListView.WndProc.
Provides specific message responses for the list view.
WndProc overrides the inherited method to prevent the list view from redrawing while the items are being updated.