X12 Integrator V9 - Online Help
X12 Integrator V9
Questions / Feedback?

Segment Event

Fires whenever a data segment in a transaction set is read.

Syntax

typedef void __fastcall (__closure *Tx12EDIReaderSegmentEvent)(System::TObject* Sender, Tx12EDIReaderSegmentEventParams *e);

__property Tx12EDIReaderSegmentEvent OnSegment = {read=FOnSegment, write=FOnSegment};

typedef struct {
     String Tag;
     String Name;
     String LoopName;
     String FullSegment;
} Tx12EDIReaderSegmentEventParams;

Remarks

The Segment event will fire when a data segment is read. The Tag parameter contains the tag of the segment. Name contains the name of the segment as defined in the associated transaction set schema. Loop contains the name of the loop or group this segment is present in (such as N1Loop1).

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0