RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.Capacity Property

Limits the memory that may be used by the cached array of summary values.

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

Set Capacity to limit the number of bytes that may be used by the crosstabulated data store for storing the multidimensional array of summary values. If the number of active dimensions and summaries causes the cache to exceed this value, an ELowCapacityError is raised. 

 

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