User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_variantlist.add_variant

Table of Contents

TGIS_VariantList.Add method

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

Add new item to the list.

Available also on: .NET | Java | ActiveX | Python.

Syntax

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

Parameters

Name Type Description
_val Variant item to be added

Result

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

Page Tools