Define objects that do not represent data values
- Last Updated: December 21, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Objects that do not represent single data values use a form of the DEFINE
statement that names the object type directly. You have seen the DEFINE
BUTTON, DEFINE BROWSE, and DEFINE FRAME
statements already in the AppBuilder code for CustOrders.w. These
are all examples of this form. Each statement type accepts the same kinds of options
that the VIEW-AS phrase of the DEFINE VARIABLE
statement does, with the options list specialized for each object type.