DK11 for Delphi | GisDbDbx.TGIS_DbDbx.sqlQueryGetFieldIndex | Constructors | Fields | Methods | Properties
Get field index from query.
Overrides TGIS_DbAbstract.sqlQueryGetFieldIndex.
// Delphi public function sqlQueryGetFieldIndex( const _name : String; const _cursor : Integer ) : Integer; override;
// C++ Builder public: virtual int sqlQueryGetFieldIndex( const UnicodeString _name, const int _cursor );
Name | Type | Description |
---|---|---|
_name | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Integer | field index |