Cookie Event
Fired to report a received cookie.
Syntax
type TCookieEvent = procedure ( Sender: TObject; const CookieText: String ) of Object;
property OnCookie: TCookieEvent read FOnCookie write FOnCookie;
Remarks
The CookieText parameter contains the text of the cookie.