User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqltablesetgeometry_integer_string_tobject

Table of Contents

TGIS_DbAbstract.sqlTableSetGeometry(Integer; String; TObject) method

DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableSetGeometry | Overloads | Constructors | Fields | Methods | Properties | Events

Set a geometry to the table.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure sqlTableSetGeometry(
    const _id : Integer;
    const _name : String;
    const _data : TObject
  ); overload; virtual; abstract;
// C++ Builder
public:
  virtual void sqlTableSetGeometry(
    const int _id,
    const UnicodeString _name,
    TObject* const _data
  ) = 0 /* overload */;

Parameters

Name Type Description
_id Integer table index
_name String name of the field
_data TObject shape data object
2020/05/07 01:06

Page Tools