RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.GetDimensionName Method

Returns the name of an active dimension.

Pascal
function GetDimensionName(Dimension: Integer): String; virtual;
C++
virtual __fastcall AnsiString GetDimensionName(int Dimension);

Call GetDimensionName to obtain the name of the dimension indexed by the Dimension parameter. Zero specifies the first active dimension and DimensionCount-1 specifies the last active dimension. The name of a dimension is the name of the database field the dimension represents, unless the Name property of the corresponding TDimensionItem object is changed. 

 

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