User Tools

Site Tools


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

Table of Contents

TGIS_FieldList.Add method

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

Add new item to the list.

Available also on: Delphi | Java.

Syntax

// C#
public int Add(
  int _field,
  Variant _val
);
' VisualBasic
Public Function Add(
  ByVal _field As Integer,
  ByVal _val As Variant
) As Integer
// Oxygene
public
  function Add(
    _field : Integer;
    _val : Variant
  ) : Integer; reintroduce;

Parameters

Name Type Description
_field int
Integer
field id
_val Variant item value

Result

Type Description
int
Integer
position of the item
2020/05/07 01:16

Page Tools