PgDAC

TPgConnectionOptions.EnablePgInet Property

Specifies whether fields of the Inet data type are mapped to TPgInetField.

Class

TPgConnectionOptions

Syntax

property EnablePgInet: boolean default False;

Remarks

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.

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback