The type of Event you select to add an action subroutine to a push button is:
When the editor first appears subroutine statements are already added to the subroutine:
If I want to see a list of operation codes from a C specification I can press F1 on the Operation and Extender field for that C specification and select a hypertext link to a list of operation codes. By double-clicking on a specific operation code I can see detailed help for that operation code.
Logic found between the BEGACT and ENDACT statements is executed when the event is selected.
The event-driven method of creating applications means that the program is controlled by the events selected from the window.
Compile time errors may result when you build your application. I type errors must be fixed for a successful compile.
An action subroutine is the logic required to perform an action when a push button is pressed on a window.