Specifies whether fields of the Inet data type are mapped to TPgInetField.
property EnablePgInet: boolean default False;
Use the EnablePgInet property to control how fields of the Inet data type are mapped.
If EnablePgInet is set to True, Inet fields are mapped to TPgInetField.
If EnablePgInet is set to False, Inet fields are mapped to TStringField, TMemoField, TWideStringField, or TWideMemoField, depending on the UnknownAsString and UseUnicode options.