FormFix v6.0 for .NET - Updated
HasChanged Property (DataItem)



Accusoft.FormDirectorSdk Namespace > DataItem Class : HasChanged Property
Indicates when this object needs to be written to persistent storage.
Syntax
'Declaration
 
Public Property HasChanged As Boolean
'Usage
 
Dim instance As DataItem
Dim value As Boolean
 
instance.HasChanged = value
 
value = instance.HasChanged
public bool HasChanged {get; set;}
public:
property bool HasChanged {
   bool get();
   void set (    bool value);
}
Remarks

true if any persistent part of this object has changed; otherwise false. When FormSetFile writes this object to a form set file, or when it reads this object from a form set file, it will reset this property to false. The same is true when FormDefinitionFile reads or writes a FormDefinition that includes this object.

The persistent parts of this object are the Type and Content properties. When you change any of them, this property will automatically change to true.

You can also set the value of this property.

Default value: false

See Also

Reference

DataItem Class
DataItem Members
DataItemCollection.HasChanged Property
FormSet.Read Method
FormSet.Write Method
FormDefinition.Read Method
FormDefinition.Write Method

Is this page helpful?
Yes No
Thanks for your feedback.