DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsFieldModified | Methods | Properties
Returns whether the specified field has been modified in the current shape editing context.
// C# public WordBool IsFieldModified( WideString _field );
' VisualBasic Public Function IsFieldModified( ByVal _field As WideString ) As WordBool
// Oxygene public function IsFieldModified( _field : WideString ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _field | WideString | Field name to test. |
| Type | Description |
|---|---|
| WordBool | True if the field has been modified; otherwise False. |
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.