Cookie at the specified index
Source position: httpdefs.pp line 211
public property TCookies.Items[Index: Integer] : TCookie read GetCookie write SetCookie; default;
Items provides indexed access to cookies in the collection. This is the default array property for the TCookies class.