User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqlquerygetfieldindex_string_integer

Table of Contents

TGIS_DbAbstract.sqlQueryGetFieldIndex method

DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGetFieldIndex | Constructors | Fields | Methods | Properties | Events

Get field index from query.

Available also on: .NET | Java.

Syntax

// 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;

Parameters

Name Type Description
_name String field name
_cursor Integer cursor id

Result

Type Description
Integer field index
2020/05/07 01:06

Page Tools