EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

StartLoop Event

Fires when the starting of a loop is detected in a transaction set.

Syntax

typedef void __fastcall (__closure *TibeEDIReaderStartLoopEvent)(System::TObject* Sender, TibeEDIReaderStartLoopEventParams *e);


__property TibeEDIReaderStartLoopEvent OnStartLoop = {read=FOnStartLoop, write=FOnStartLoop};

typedef struct {
     String Name;
} TibeEDIReaderStartLoopEventParams;

Remarks

The StartLoop event will fire when the tag of a loop trigger segment is read. The Name parameter contains the schema-provided name of the loop, such as "N1Loop1".

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]