'Declaration Public Overrides Sub Read()
'Usage Dim instance As FormDefinitionFile instance.Read()
public override void Read()
public: void Read(); override
public: void Read(); override
'Declaration Public Overrides Sub Read()
'Usage Dim instance As FormDefinitionFile instance.Read()
public override void Read()
public: void Read(); override
public: void Read(); override
This method reads a form definition file and populates the Name, Fields, TemplateImages, Operations, and OtherDataItems properties.
You do not need to lock the form definition file using the Lock method before you call this method. If the file is not locked, this method will automatically open it, read the contents, and then close it.
Before you call this method, you must set the Filename property to the name of a file that exists, or it will throw an exception.
This method verifies that the form definition file has a valid version number. It will throw an exception if the version number of the file is later than the version that this component recognizes.