RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.GetSummaryName Method

Returns the name of an active summary.

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

Call GetSummaryName to obtain the name of the summary specified by the ISum parameter. Zero specifies the first active summary and SummaryCount-1 specifies the last active summary. 

 

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