User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstractlist.add_tgis_csabstract

Table of Contents

TGIS_CSAbstractList.Add method

DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.Add | Constructors | Methods | Properties

Add new item into the list.

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

Syntax

// Delphi
public
  function Add(
    const _obj : TGIS_CSAbstract
  ) : TGIS_CSAbstract; virtual;
// C++ Builder
public:
  virtual TGIS_CSAbstract* Add(
    TGIS_CSAbstract* const _obj
  );

Parameters

Name Type Description
_obj TGIS_CSAbstract object to be added

Result

Type Description
TGIS_CSAbstract Object itself.
2022/11/16 01:14

Page Tools