DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGetGEOUID | Overloads | Constructors | Fields | Methods | Properties | Events
Get a GEO.UID from the query.
// Delphi public function sqlQueryGetGEOUID( const _index : Integer; const _cursor : Integer ) : Variant; overload; virtual; abstract;
// C++ Builder public: virtual Variant* sqlQueryGetGEOUID( const int _index, const int _cursor ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_index | Integer | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |