User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_fieldlist.add_integer_variant

Table of Contents

TGIS_FieldList.Add method

DK for Delphi | GisClasses.TGIS_FieldList.Add | Constructors | Methods | Properties

Add new item to the list.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function Add(
    const _field : Integer;
    const _val : Variant
  ) : Integer; reintroduce;
// C++ Builder
public:
  int Add(
    const int _field,
    Variant* const _val
  );

Parameters

Name Type Description
_field Integer field id
_val Variant item value

Result

Type Description
Integer position of the item
2025/01/31 01:06

Page Tools