DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGetGeomObj | Constructors | Fields | Methods | Properties | Events
Get a geometry object from the query.
// Delphi public function sqlQueryGetGeomObj( const _field : String; const _cursor : Integer ) : TObject; virtual; abstract;
// C++ Builder public: virtual TObject* sqlQueryGetGeomObj( const UnicodeString _field, const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_field | String | geometry field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
TObject | field value |