dwcontrol.GetItemStatus ( row, column, dwbuffer )The values of the dwItemStatus enumerated data type are:
The values of the dwItemStatus enumerated data type are:
?NotModified! ?The information in the row or column is unchanged from what was retrieved.
?DataModified! ?The information in the column or one of the columns in the row has changed since it was retrieved.
?New! ?The row is new but no values have been specified for its columns. (Applies to rows only, not to individual columns.)
?NewModified! ?The row is new, and values have been assigned to its columns. In addition to changes caused by user entry or the SetItem function, a new row gets the status NewModified! when one of its columns has a default value. (Applies to rows only, not to individual columns.)