IPWorks X12 2020 C++ Builder Edition

Questions / Feedback?

EndLoop Event

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

Syntax

typedef struct {
} Tx12X12ReaderEndLoopEventParams;

typedef void __fastcall (__closure *Tx12X12ReaderEndLoopEvent)(System::TObject* Sender, Tx12X12ReaderEndLoopEventParams *e);

__property Tx12X12ReaderEndLoopEvent 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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 C++ Builder Edition - Version 20.0 [Build 8155]