RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.GetSummaryName Method

Returns the name of an active summary in the decision cube.

Pascal
function GetSummaryName(iSum: Integer): String;
C++
__fastcall AnsiString GetSummaryName(int iSum);

Call GetSummaryName to determine the name of a summary. The iSum parameter is the index of the summary from the list of active summaries available from the decision cube. Use GetSummaryName to determine the name of the possible summaries that can be set using the SetCurrentSummary method. 

 

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