TcxTreeListSummaryItems.GetItemByKind(TcxSummaryKind) Method
Returns a summary of a specified summary type.
Declaration
function GetItemByKind(AKind: TcxSummaryKind): TcxTreeListSummaryItem;
Parameters
| Name | Type |
|---|---|
| AKind | TcxSummaryKind |
Returns
| Type |
|---|
| TcxTreeListSummaryItem |
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