TcxTreeListSummaryItems.Add Method
In This Article
Adds a new summary to the end of the collection, and returns a reference to this summary.
#Declaration
Delphi
function Add: TcxTreeListSummaryItem;
#Returns
Type |
---|
Tcx |
#Remarks
Use the Insert, Delete, and Clear methods to manage summaries within the collection. To access individual summaries within the collection, use the Items property or the GetItemByKind function.
See Also