Internet Direct (Indy) Version 9.0.2 Beta
TIdCookies.Delete
Removes a Cookie from the collection.

procedure Delete(Index: Integer);
Parameters
Index: Integer
Position of the Cookie in the container.

Description
Delete is a procedure that allows freeing of a Cookie class instance in the collection by the Integer position in the container specified in Index. Delete accesses the collection using the Items property and the specified Index position to call the Free method for the collection item.