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