User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_fieldlist.find_integer_integer

Table of Contents

TGIS_FieldList.find method

DK11 for .NET | TatukGIS.NDK.TGIS_FieldList.find | Methods | Properties

Find element.

Available also on: Delphi | Java.

Syntax

// C#
protected bool find(
  int _field,
  ref int _index
);
' VisualBasic
Protected Function find(
  ByVal _field As Integer,
  ByRef _index As Integer
) As Boolean
// Oxygene
protected
  function find(
    _field : Integer;
    var _index : Integer
  ) : Boolean;

Parameters

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

Result

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

Page Tools