User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.isfieldmodifiedex_integer

Table of Contents

TGIS_Shape.IsFieldModifiedEx method

DK11 for Delphi | GisLayerVector.TGIS_Shape.IsFieldModifiedEx | Constructors | Fields | Methods | Properties

Test if shape field was modified.

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

Syntax

// Delphi
public
  function IsFieldModifiedEx(
    const _id : Integer
  ) : Boolean;
// C++ Builder
public:
  bool IsFieldModifiedEx(
    const int _id
  );

Parameters

Name Type Description
_id Integer field index

Result

Type Description
Boolean True if field has been modified.
2024/12/20 22:19

Page Tools