User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_fieldlist.find_integer_integer

Table of Contents

TGIS_FieldList.find method

DK11 for Delphi | GisClasses.TGIS_FieldList.find | Constructors | Methods | Properties

Find element.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function find(
    const _field : Integer;
    var _index : Integer
  ) : Boolean;
// C++ Builder
protected:
  bool find(
    const int _field,
    int &_index
  );

Parameters

Name Type Description
_field Integer field id
_index Integer returned index on the list if found or position to insert new

Result

Type Description
Boolean True if field was found
2020/05/07 01:06

Page Tools