Ancestor for event types used in cookie manager event notifications.
TOnManagerEvent = procedure (ASender: TObject; ACookieCollection: TIdCookies) of object;
Parameters |
Description |
ASender |
Cookie manager for the event notification. |
ACookieCollection |
Cookie collection for the event notification. |
TOnManagerEvent is an event type that specifies the ancestor for other event types used in event notifications to TIdCookieManager, like TOnCreateEvent and TOnDestroyEvent.
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. |