Accusoft.Forms1 - Updated
Unlock Method (FormSetFile)



Accusoft.FormDirectorSdk Namespace > FormSetFile Class : Unlock Method
Unlocks the form set file so other users or programs may read or write it.
Syntax
Public Overrides Sub Unlock() 
Dim instance As FormSetFile
 
instance.Unlock()
public override void Unlock()
public:
void Unlock(); override 
Remarks

This method unlocks the form set file. You should always unlock a form set when you are finished with it.

It is not an error to unlock a form set file more than once. If you call Unlock when the form set file is already unlocked, it will do nothing.

See Also

Reference

FormSetFile Class
FormSetFile Members
Lock Method
IsLocked Property