'Declaration Public Sub ConstructDataItems()
'Usage Dim instance As IdentificationProcessor instance.ConstructDataItems()
public void ConstructDataItems()
public: void ConstructDataItems();
public: void ConstructDataItems();
'Declaration Public Sub ConstructDataItems()
'Usage Dim instance As IdentificationProcessor instance.ConstructDataItems()
public void ConstructDataItems()
public: void ConstructDataItems();
public: void ConstructDataItems();
This method analyzes the form set and all its FormModel objects and saves the result of that analysis as data items for the forms and form set. This object also has the ability to do that same analysis and storage on demand. However, in some cases, you may want to control when the object spends its time. For example, if you have a large number of forms, you may want to have your system do its time-consuming analysis at night or on a weekend. This method allows you to control when the object does that analysis.
Since analysis of a form set is dependent on the analysis of individual forms in the set, this method also calls FormModel.ConstructDataItems for each FormModel in the set.