Indy 9
|
TLogItemDataEvent = procedure (ASender: TComponent; const AText: string; const AData: string) of object;
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.