EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

Output Event

Fires whenever a segment is complete.

Syntax

typedef void __fastcall (__closure *TedifactEDIFACTWriterOutputEvent)(System::TObject* Sender, TedifactEDIFACTWriterOutputEventParams *e);

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

typedef struct {
     String OutputData;
} TedifactEDIFACTWriterOutputEventParams;

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