IPWorks X12 2020 C++ Builder Edition

Questions / Feedback?

Output Event

Fires whenever a segment is complete.

Syntax

typedef struct {
  String OutputData;
  DynamicArray<Byte> OutputDataB;
} Tx12X12WriterOutputEventParams;

typedef void __fastcall (__closure *Tx12X12WriterOutputEvent)(System::TObject* Sender, Tx12X12WriterOutputEventParams *e);

__property Tx12X12WriterOutputEvent OnOutput = { read=FOnOutput, write=FOnOutput };

Remarks

The Output event will fire when the writer completes a new segment and writes data to the output stream or buffer. The Data parameter contains the data bytes.

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