FormFix v6.0 for .NET - 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
'Declaration
 
Public Overrides Sub Unlock() 
'Usage
 
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

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