Internet Direct (Indy) Version 9.0.1 Beta
TLogItemDataEvent
Represents the event type triggered when data is sent or received on a socket connection.

TLogItemDataEvent = procedure (ASender: TComponent; const AText: string; const AData: string) of object;
Description
TLogItemDataEvent is an event type triggered when data is sent or received on a socket connection. TLogItemDataEvent is the event type required for the TIdLogEvent event handlers, OnReceived and OnSent.

ASender is the component that triggered the event notification. AText and AData represent the type of operation performed and the values involved in the operation.