User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_variantlist.insert_integer_variant

Table of Contents

TGIS_VariantList.Insert method

DK11 for Delphi | GisClasses.TGIS_VariantList.Insert | Constructors | Methods | Properties

Insert new item to the list.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure Insert(
    const _index : Integer;
    const _val : Variant
  );
// C++ Builder
public:
  void Insert(
    const int _index,
    Variant* const _val
  );

Parameters

Name Type Description
_index Integer position where item will be inserted at
_val Variant item to be inserted
2020/05/07 01:06

Page Tools