TcxObjectList.FreeAndDelete(Integer) Method
In This Article
Destroys a stored item by its index in the list.
#Declaration
Delphi
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