EPUB | CHM | PDF

TPSQLCopy.Properties.DataFormat

Top Previous Next

Selects the data format to be read or written.

Syntax:

TCopyFormat = (cfText, cfCSV, cfBinary);
property DataFormat: TCopyFormat;

Description:

Selects the data format to be read or written: cfText, cfCSV (Comma Separated Values), or cfBinary. The default is cfText.

See also: Options