Used to create TBooleanField for fields that have domain of the integer data type, and the domain name contains 'BOOLEAN'.
property BooleanDomainFields: boolean default False;
If the BooleanDomainFields property is set to True, TBooleanField objects are created for fields that have domain of the integer data type, and the domain name contains 'BOOLEAN'.
Note: This option has no effect when SetDomainNames is set to False.