API:Web.HTTPApp.TCookieCollection.Items
Delphi
property Items[Index: Integer]: TCookie read GetCookie write SetCookie; default;
C++
__property TCookie* Items[int Index] = {read=GetCookie, write=SetCookie/*, default*/};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCookieCollection |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!