EndLoop Event
Fires when the end of a loop is detected in a transaction set.
Syntax
typedef struct { } TedifactEDIFACTTranslatorEndLoopEventParams; typedef void __fastcall (__closure *TedifactEDIFACTTranslatorEndLoopEvent)(System::TObject* Sender, TedifactEDIFACTTranslatorEndLoopEventParams *e); __property TedifactEDIFACTTranslatorEndLoopEvent OnEndLoop = { read=FOnEndLoop, write=FOnEndLoop };
Remarks
The EndLoop event will fire after the last segment in a loop is read. Each EndLoop event is paired with one StartLoop event.