<< Click to Display Table of Contents >>
Save |
Save()
This method saves the specified object, which was modified at run time. Children objects are also saved, according to the parent object's specifications. This method is not valid for Screen and Viewer objects. Example:
Sub CommandButton1_Click()
Set area = Application.GetObject("ConfigAlarms")._
AddObject("Area", true)
Application.GetObject("ConfigAlarms").Save()
End Sub
NOTE |
Changes made at run time and saved in an object are only visible in Elipse Power Studio after updating the project. To do so, right-click the project's name and select the Refresh option. |