Online Documentation for Advanced Data Import for RAD Studio VCL

TQImportFormats.BooleanTrue

 

TQImportFormats                


 

property BooleanTrue: TStrings;

 

Description

The BooleanTrue property contains the variants of TRUE value representation in the imported table, e.g. '+', 'Yes', etc. When import to the boolean field of the dataset takes place, the imported string will be compared with all the strings of the BooleanTrue property, and if the imported string is not found, then the dataset field value will be false.

 

 


See also:

BooleanFalse property