FireDAC.Comp.BatchMove.Text.TFDTextRecordFormat
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp
| |
| Unit: FireDAC.Comp.BatchMove.Text | |
| Parent: FireDAC.Comp.BatchMove.Text | |
Delphi
TFDTextRecordFormat = (rfFixedLength, rfFieldPerLine, rfCommaDoubleQuote,
rfSemicolonDoubleQuote, rfTabDoubleQuote, rfCustom);
C++
enum DECLSPEC_DENUM TFDTextRecordFormat : unsigned int { rfFixedLength, rfFieldPerLine, rfCommaDoubleQuote, rfSemicolonDoubleQuote, rfTabDoubleQuote, rfCustom };
Description
Defines the structure and format of individual records in a text file during a batch move operation.