DK11 for Delphi | GisDbSqlite.TGIS_DbSqlite.sqlQueryGetGeomVAR | Constructors | Fields | Methods | Properties
Get a geometry from the query.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGetGeomVAR.
// Delphi public function sqlQueryGetGeomVAR( const _field : String; const _fieldEx : String; const _cursor : Integer; const _forceValue : Boolean = False ) : OleVariant; override;
// C++ Builder public: virtual OleVariant* sqlQueryGetGeomVAR( const UnicodeString _field, const UnicodeString _fieldEx, const int _cursor, const bool _forceValue );
Name | Type | Description |
---|---|---|
_field | String | geometry field name |
_fieldEx | String | additional geometry field name for PostgreSQL |
_cursor | Integer | cursor id |
_forceValue | Boolean | if True then use field value property |
Type | Description |
---|---|
OleVariant | field value |