Used to specify the types of values that will be loaded.
property FieldType: TFieldType default ftString;
Use the FieldType property to specify the types of values that will be loaded. Field types for columns may not match data types for the corresponding fields in the database table. TDALoader will cast data values to the types of their fields.