TcxTreeListSummaryItems.GetItemByKind(TcxSummaryKind) Method
In This Article
Returns a summary of a specified summary type.
#Declaration
Delphi
function GetItemByKind(AKind: TcxSummaryKind): TcxTreeListSummaryItem;
#Parameters
Name | Type |
---|---|
AKind | Tcx |
#Returns
Type |
---|
Tcx |
#Remarks
This function locates a summary with the type specified by the AKind parameter in the current collection and returns it (if found). Otherwise, the function returns nil.
See Also