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