IBX.IBInputOutput.TIBInputDelimitedFile.RowDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

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.