'Declaration Public MustOverride Sub Read()
'Usage Dim instance As FormSet instance.Read()
public abstract void Read()
public: abstract void Read();
public: abstract void Read();
'Declaration Public MustOverride Sub Read()
'Usage Dim instance As FormSet instance.Read()
public abstract void Read()
public: abstract void Read();
public: abstract void Read();
This method reads a form set file, or other type of persistent storage, to determine the attributes of a form set and then sets the value of this object's properties. When it is complete, it sets the HasChanged property to false. The implementation of this method resides in the FormSetFile class or in a class that you derive from FormSet.
If you derive a new class from FormSet, you must override this method with code that reads the Name, FormDefinitions, Identification, Operations, and OtherDataItems properties from persistent storage, then sets the HasChanged property to false. Unless necessary, you should not require the form set file to be locked to call this method.