User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqlquerygetfield_string_integer

Table of Contents

TGIS_DbAbstract.sqlQueryGetField method

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

Get a field from the query by field name.

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_name String name of the field
_cursor Integer cursor id

Result

Type Description
Variant field value
2020/05/07 01:06

Page Tools