Putting It All Together › Chapter Review
Chapter Review
In this chapter, you:
- Defined a new function, inheriting from UIBasicShell, to serve as an entry point for your application
- Created push buttons and linked them to logical events on the panel of your new function
- Defined three Event constructs in the action diagram to enable the push buttons, so that:
- Clicking Create New Project calls the wizard function you defined in the chapter "Creating a Wizard"
- Clicking Maintain Projects calls the property sheet function you defined in the chapter "Creating a Property Sheet" with the Projects tab selected
- Clicking Maintain Employees calls the property sheet function with the Employees tab selected
- Generated and built the changed functions and tested your application
This chapter introduced the following pattern:
|

|
Pattern
|
Description
|
|

|
UISTYLE/UIBasicShell
|
A prototype user interface function with no panel regions and a Close event.
|
This chapter introduced the following triples:
|
Triple
|
Description
|
|
FNC file name NME
|
Specifies a name to assign to the file generated for the source function.
|
|
FNC input FLD ...for VAR
|
Defines an input parameter for a function.
|