TcxDataSummaryItems.DeleteItems(TObject,TcxSummaryPosition) Method
Removes the collection element displayed at the specified position and associated with a specific item.
Declaration
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