Specified the event type for message handling.
TIdMessageEvent = procedure (ASender : TIdNativeComponent; var AMsg : TIdMessage) of object;
Parameters |
Description |
ASender |
Component generating the event. |
AMsg |
The message affected by the event. |
TIdMessageEvent is an object procedure that represents the event type signalled events that occur when handling the TIdMessage specified in AMsg.
Not currently in use. Remove it?
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|