IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

EDIData Property

This property contains the EDI payload of the transmission.

Syntax

__property String EDIData = { read=FEDIData };
__property DynamicArray<Byte> EDIDataB = { read=FEDIDataB };

Default Value

""

Remarks

This property contains the EDI payload of the transmission.

In a receiver, this property will only be populated if IncomingDirectory and EDIOutputStream have not been specified and ParseRequest finishes without an error, setting ScanResult to 0. If so, Data will contain the full decrypted text of the EDI message.

This property will only be populated if ParseRequest or ProcessRequest finishes without an error, setting ScanResult to 0. If so, EDIData will contain the processed EDI message.

This property is read-only.

Data Type

Byte Array

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