ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ImportFormat Property

The format of the import data.

Syntax

__property TibiIDocReaderImportFormats ImportFormat = {read=FImportFormat, write=FSetImportFormat, default=0};



enum TibiIDocReaderImportFormats { ifPlainText=0, ifXML=1, ifAuto=2 };

Default Value

0

Remarks

This property should contain the format that the data should be read. Possible values are:

0 (ifPlainText - default) The data is plain text.
1 (ifXML) The data is XML.
2 (ifAuto) The component will determine if the data is plain text or XML.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0