Back to Devexpress

TcxComponentCollection.Delete(Integer) Method

vcl-cxclasses-dot-tcxcomponentcollection-dot-delete-x28-system-dot-integer-x29.md

latest1.4 KB
Original Source

TcxComponentCollection.Delete(Integer) Method

Removes the specified TcxComponentCollectionItem instance from the collection and destroys it.

Declaration

delphi
procedure Delete(AIndex: Integer);

Parameters

NameType
AIndexInteger

Remarks

The zero-based AIndex parameter specifies the position of the TcxComponentCollectionItem object which is to be removed in the collection.

See Also

TcxComponentCollection.Add

TcxComponentCollection.Clear

TcxComponentCollection.IndexOf

TcxComponentCollection.Insert

TcxComponentCollection.Remove

TcxComponentCollectionItem.Index

TcxComponentCollection Class

TcxComponentCollection Members

cxClasses Unit