IBX.IBInputOutput.TIBOutputDelimitedFile.RowDelimiter
Delphi
property RowDelimiter: string read FRowDelimiter write FRowDelimiter;
C++
__property System::UnicodeString RowDelimiter = {read=FRowDelimiter, write=FRowDelimiter};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | IBX.IBInputOutput.pas IBX.IBInputOutput.hpp |
IBX.IBInputOutput | TIBOutputDelimitedFile |
Description
Sets the row delimiter for the output file.
Use RowDelimiter to set the column delimiter (either Tab-Ctrl-F or |~) for the output file.