RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.BinData Property

Indicates whether all the dimensions in the multidimensional array include a cell for every value along the dimension.

Pascal
property BinData: Boolean;
C++
__property Boolean BinData;

Read BinData to determine whether any of the active dimensions have been grouped into ranges or been put into a paged (permanently drilled) state. When BinData is true, at least one dimension has been paged or has been collapsed into ranges of values. When BinData is false, all dimensions include entries for every value of the dimension field that appears in the dataset. 

 

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