Skip to main content

TcxGridGroupRow.GetGroupSummaryInfo(TcxDataSummaryItems,PVariant,Integer) Method

Requests information on summaries of the currently processed group row.

Declaration

function GetGroupSummaryInfo(var ASummaryItems: TcxDataSummaryItems; var ASummaryValues: PVariant; AGroupedColumnIndex: Integer = 0): Boolean;

Parameters

Name Type
ASummaryItems TcxDataSummaryItems
ASummaryValues PVariant
AGroupedColumnIndex Integer

Returns

Type
Boolean

Remarks

The ASummaryItems parameter specifies a collection of summaries to be populated;

The ASummaryValues parameter represents values of the retrieved summaries.

The returned result is True, if the request is successful.

See Also