Used to map fields of domain types to TField with the base domain type.
property EnableDomains: boolean default True;
Use the EnableDomains property to map fields of domain types to TField with base domain type.
When EnableDomains is set to True, the base data type of the domian is detected and the field with the domain data type is mapped to TField with the corresponding type. When EnableDomains is False, fields of domain types are mapped to TStringField, TMemoField, TWideStringField, or TWideMemoField depending on the UnknownAsString and UseUnicode options.