Public MustOverride Sub Unlock()
Dim instance As FormSet instance.Unlock()
public abstract void Unlock()
public: abstract void Unlock();
Public MustOverride Sub Unlock()
Dim instance As FormSet instance.Unlock()
public abstract void Unlock()
public: abstract void Unlock();
This method unlocks the form set file. You should always unlock a form set when you are finished with it. The implementation of this method resides in the FormSetFile class or in a class you derive from FormSet. The class that implements this method determines the exact details of when you should unlock a form set file and how multiple locks are handled.