Internet Direct (Indy)
Home
PreviousUpNext
TIdCookies.Delete Method

Removes a Cookie from the collection.

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

Delete is a procedure that allows freeing a Cookie class instance in the collection by its Integer position 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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.