'Declaration
Public Sub ConstructDataItems()
'Usage
Dim instance As FormModel instance.ConstructDataItems()
public void ConstructDataItems()
public: void ConstructDataItems();
'Declaration
Public Sub ConstructDataItems()
'Usage
Dim instance As FormModel instance.ConstructDataItems()
public void ConstructDataItems()
public: void ConstructDataItems();
This method analyzes the model form image and saves the result of that analysis as data items for the form. 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.