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?
|
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. |