Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataSummaryItems.DeleteItems(TObject,TcxSummaryPosition) Method

Removes the collection element displayed at the specified position and associated with a specific item.

#Declaration

Delphi
procedure DeleteItems(AItemLink: TObject; APosition: TcxSummaryPosition);

#Parameters

Name Type
AItemLink TObject
APosition TcxSummaryPosition

#Remarks

The AItemLink parameter references the item. Refer to the description of the ItemLink property for additional information.

The APosition parameter specifies the panel where the collection element is displayed. Refer to the description of the Position property for more information.

See Also