User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.isfieldmodified_widestring

Table of Contents

ITGIS_Shape.IsFieldModified method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsFieldModified | Methods | Properties

Returns whether the specified field has been modified in the current shape editing context.

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

Syntax

// C#
public WordBool IsFieldModified(
  WideString _field
);
' VisualBasic
Public Function IsFieldModified(
  ByVal _field As WideString
) As WordBool
// Oxygene
public
  function IsFieldModified(
    _field : WideString
  ) : WordBool;

Parameters

Name Type Description
_field WideString Field name to test.

Result

Type Description
WordBool True if the field has been modified; otherwise False.

Remarks

PURPOSE: Check field-level edit state for save, revert, or custom validation workflows.

BEHAVIOR: Performs a case-insensitive field lookup and reports whether the field is marked as changed for the current shape.

CONSTRAINTS: Meaningful only in the current shape editing context.

2026/07/05 01:25

Page Tools