PgDAC

TPgConnectionOptions.EnableGeometrics Property

Used to map fields of geometric types to TPgGeometricField.

Class

TPgConnectionOptions

Syntax

property EnableGeometrics: boolean default True;

Remarks

Use the EnableGeometrics property to map fields of geometric types to TPgGeometricField.

When EnableGeometrics is set to True, fields with POINT, LSEG, BOX, PATH, POLYGON, and CIRCLE data type are mapped to TPgGeometricField. When EnableGeometrics is False, fields of geometric types are mapped to TStringField, TMemoField, TWideStringField, or TWideMemoField depending on the UnknownAsString and UseUnicode options.

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