IBX.IBInputOutput.TIBInputDelimitedFile.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 | TIBInputDelimitedFile | 
Description
Sets the row delimiter for the input file.
Use RowDelimiter to set the column delimiter (either Tab-Ctrl-F or |~) for the input file.