DK11 for Delphi | GisLayerVector.TGIS_Shape.IsFieldModifiedEx | Constructors | Fields | Methods | Properties
Test if shape field was modified.
// Delphi public function IsFieldModifiedEx( const _id : Integer ) : Boolean;
// C++ Builder public: bool IsFieldModifiedEx( const int _id );
Name | Type | Description |
---|---|---|
_id | Integer | field index |
Type | Description |
---|---|
Boolean | True if field has been modified. |