Used to specify the method of representation of the TINYINT(1) fields.
property EnableBoolean: boolean default True;
Use the EnableBoolean property to specify the method of representation of the TINYINT(1) fields. If set to True, these fields will be represented as TBooleanField; otherwise, as TSmallintField. The default value is True.