TcxObjectList.FreeAndDelete(Integer) Method
Destroys a stored item by its index in the list.
Declaration
procedure FreeAndDelete(Index: Integer);
Parameters
Name | Type |
---|---|
Index | Integer |
Remarks
Call this procedure and pass the index of a stored object as the Index parameter to destroy the object regardless of the OwnObjects property value.
See Also