IPWorks X12 2020 C++ Builder Edition

Questions / Feedback?

FileWriteMode Property

Controls how the output file is opened.

Syntax

__property Tx12X12WriterFileWriteModes FileWriteMode = { read=FFileWriteMode, write=FSetFileWriteMode };
enum Tx12X12WriterFileWriteModes { fwmCreate=0, fwmOverwrite=1, fwmAppend=2 };

Default Value

fwmCreate

Remarks

This property controls how the component will open the output file specified in OutputFile. Possible values are:

fwmCreate (0)Always create a new file. If the file already exists, an error will be raised.
fwmOverwrite (1)If the output file already exists, it will be overwritten.
fwmAppend (2)If the output file already exists, data will be appended to it.

Data Type

Integer

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