Indy 9
|
TIdInitializeIsoEvent = procedure (var VTransferHeader: TTransfer; var VHeaderEncoding: Char; var VCharSet: string) of object;
Parameters for the event type are variables that can be modified in the event handler, and inmitially contain the values returned from the InitializeISO procedure in IdCoderHeader.pas.
Applications must assign a procedure to the event handler to allow responding to the event notification.
TIdInitializeIsoEvent is the event type used to represent the TIdMessage.OnInitializeISO property.