EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

EDIStandard Property

The document format.

Syntax

__property TibeEDIReaderEDIStandards EDIStandard = {read=FEDIStandard, write=FSetEDIStandard, default=0};



enum TibeEDIReaderEDIStandards { esX12=0, esEDIFACT=1, esTRADACOMS=3 };

Default Value

0

Remarks

This property specifies standard that the document follows. Possible values are:

  • 0 (esX12 - default)
  • 1 (esEDIFACT)
  • 3 (esTRADACOMS)

Note: When parsing a TRADACOMS document the use of schemas is not supported.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]