DK11 for Delphi | GisDbSqlite.TGIS_DbSqlite.sqlQueryGetGEOUID | Overloads | Constructors | Fields | Methods | Properties
Get a GEO.UID from the query.
Available also on: .NET.
// Delphi public function sqlQueryGetGEOUID( const _index : Integer; const _cursor : Integer ) : Variant; overload; override;
// C++ Builder public: virtual Variant* sqlQueryGetGEOUID( const int _index, const int _cursor ) /* overload */;
Name | Type | Description |
---|---|---|
_index | Integer | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |