EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

StartLoop Event

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

Syntax

typedef void __fastcall (__closure *TedifactEDIFACTReaderStartLoopEvent)(System::TObject* Sender, TedifactEDIFACTReaderStartLoopEventParams *e);

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

typedef struct {
     String Name;
} TedifactEDIFACTReaderStartLoopEventParams;

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) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0