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



Accusoft.FormDirectorSdk Namespace > FormDefinition 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 FormDefinition
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 FormDefinitionFile writes this object to a form definition file, or when it reads this object from a form definition file, it will reset this property to false.

The persistent parts of this object are the Name, Fields, TemplateImages, Operations, and OtherDataItems properties. When you change any of them, this property will automatically change to true.

You can also set the value of this property. If you set it to false, it will also set the HasChanged property of the Fields, TemplateImages, Operations, and OtherDataItems properties.

Default value: false

See Also

Reference

FormDefinition Class
FormDefinition Members
FieldCollection.HasChanged Property
TemplateImageCollection.HasChanged Property
DataItemCollection.HasChanged Property
Read Method
Write Method

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