RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.GetMemberAsVariant Method

Returns the specified value from a dimension of the crosstabulated data store.

Pascal
function GetMemberAsVariant(Dimension: Integer; Index: Integer): Variant;
C++
__fastcall Variant GetMemberAsVariant(int Dimension, int Index);

Call GetMemberAsVariant to retrieve one of the values from the dimension specified by the Dimension parameter. Zero specifies the first dimension, and DimensionCount-1 specifies the last dimension. The Index parameter indicates which value along the dimension is returned, where 0 is the first value. GetDimensionMemberCount returns the number of values included in the dimension. 

 

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