User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.setfield_string_variant

Table of Contents

TGIS_Shape.SetField method

DK for Delphi | GisLayerVector.TGIS_Shape.SetField | Constructors | Fields | Methods | Properties

Set a new value for a field.

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

Syntax

// Delphi
public
  procedure SetField(
    const _name : String;
    const _val : Variant
  );
// C++ Builder
public:
  void SetField(
    const UnicodeString _name,
    Variant* const _val
  );

Parameters

Name Type Description
_name String field name
_val Variant field value

Remarks

See TGIS_LayerVector.RenameField for example.

References

2025/01/31 01:09

Page Tools