RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.AllocBy Property

Indicates the number of items the list view can store in memory.

Pascal
property AllocBy: Integer;
C++
__property int AllocBy;

Set AllocBy to the total number of items in the list before adding a large number of items to the list view. AllocBy allows the list view to allocate the memory for items in a single block at once rather than bit by bit as items are added. 

 

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