Create and Maintain Global Objects

Create global objects such as global ProcScripts and messages in a runtime library.

  1. In the Uniface IDE, choose More Editors and select the type of global object (under the Library heading.)
  2. In the Open Library dialog, create or select the library to hold the objects. For more information, see Create a Library for Modeled Properties or Global Objects .
  3. To create a new object, click New.
  4. To update an existing object, select it in the object list.
  5. Set the object properties as required.

    Tip: Press F1 to display help about the properties of object.

  6. If the object requires compilation, click the compile icon (if available) or choose File>Compile .
  7. To save the object, choose File >Save.

    Alternatively, click OK to (compile and) save the object, and close the editor.

  8. To delete an object, select it and click Delete (if available) or choose Edit >Delete <Object>.

Related Topics