Topic Path: Symbol Reference > Classes > TIdCookies Class > TIdCookies Methods > Delete Method
ContentsIndexHome
PreviousUpNext
TIdCookies.Delete Method

Removes a Cookie from the collection.

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.