User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqltablesetfield_integer_string_variant_integer

Table of Contents

TGIS_DbAbstract.sqlTableSetField method

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

Set a field to the table.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure sqlTableSetField(
    const _id : Integer;
    const _name : String;
    const _val : Variant;
    const _defSize : Integer
  ); virtual; abstract;
// C++ Builder
public:
  virtual void sqlTableSetField(
    const int _id,
    const UnicodeString _name,
    Variant* const _val,
    const int _defSize
  ) = 0;

Parameters

Name Type Description
_id Integer table index
_name String name of the field
_val Variant value of the field
_defSize Integer default size
2020/05/07 01:06

Page Tools