Use property sheets
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Every type of object you place onto a window has a property sheet where you can set various property values for it. This section does not describe property sheets in detail, but shows you how to bring up just one so that you know how they work.
To set a property value for the browse:
- Double-click on the browse control in your design window. Alternatively, select the
browse and then click on the Object Properties button in the
AppBuilder toolbar.
The property sheet for the object comes up, in this case for the browse.
- Change the Object name to OrderBrowse.
This will make some of the generated code you look at later a little more
readable:
- Click OK to exit the property sheet.