Here are the events discussed in this section:
Purpose:
Jumps to the specified function defined in the active editor window.
Goto Function name
This event is equivalent to selecting a routine name in the active editor window's function pop-up menu. The insertion point does not move when a function is selected with this event.
Returns:
Listing 0.32 Examples for Goto Function
Goto Function "main" Goto Function "SkipBlanks"
Purpose:
Jumps to the specified line number in the active editor window.
Goto Line number
Goto Line moves the insertion point to the specified line number, number, in the active editor window. If the line number specified exceeds
the last line number, the insertion point is placed at the last
line.
Returns:
Listing 0.33 Examples for Goto Line
Goto Line 1 Goto Line 493
Purpose:
Displays a class, member function, or data member object in a single class browser window. You cannot display a procedural function.
Open Browser reference
Listing 0.34 Example for Open Browser
Open Browser class "CPowerTelnetApp" Open Browser member function 2 of class "CPowerTelnetApp"