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