Workbench User Guide : 2. Structuring an Application : Basic Application Components : Objects
 
Share this page                  
Objects
An object in object-oriented programming (OOP) is a data structure that holds values that you can manipulate. Each OpenROAD component—such as a frame, form, or menu item—is an object.
You also can plug external objects into your OpenROAD application. External objects are external controls such as charts, grid controls, HTML controls, and web browsers from independent software vendors.
For more information about objects and object-oriented programming, see the Programming Guide.