DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGetFieldById | Constructors | Fields | Methods | Properties | Events
Get a field from the query by field id.
// Delphi public function sqlQueryGetFieldById( const _id : Integer; const _cursor : Integer ) : Variant; virtual; abstract;
// C++ Builder public: virtual Variant* sqlQueryGetFieldById( const int _id, const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | identificator of the field |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |