TcxComponentCollection.Delete(Integer) Method
Removes the specified TcxComponentCollectionItem instance from the collection and destroys it.
Declaration
procedure Delete(AIndex: Integer);
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Remarks
The zero-based AIndex parameter specifies the position of the TcxComponentCollectionItem object which is to be removed in the collection.
See Also