FireDAC.Comp.BatchMove.Text.TFDTextDataType
| [–] 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
TFDTextDataType = (atOther, atString, atFloat, atNumber, atBool, atLongInt,
atDate, atTime, atDateTime, atBlob, atMemo);
C++
enum DECLSPEC_DENUM TFDTextDataType : unsigned int { atOther, atString, atFloat, atNumber, atBool, atLongInt, atDate, atTime, atDateTime, atBlob, atMemo };
Description
Defines the data types for fields in a text file during a batch move operation.