RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.WndProc Method

Provides specific message responses for the list view.

Pascal
procedure WndProc(var Message: TMessage); override;
C++
virtual __fastcall WndProc(TMessage Message);

WndProc overrides the inherited method to prevent the list view from redrawing while the items are being updated. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!