Object Browser
The Sax Basic Object Browser lists objects available for use in your project and gives you a quick way to navigate through your code. You can use the Object Browser to explore objects in Sax Basic and other applications, see what methods and properties are available for those objects, and paste code procedures into your application.
The Object Browser differentiates between built-in properties, custom properties, methods, event handlers, and user-defined procedures. It indicates globally accessible members. It shows function return types, parameter names and types, and user-defined types and constants. Hyperlink jumps to reference objects make it possible for easy navigation of the object hierarchy.
Library
Displays the currently referenced libraries for the active project. You can add libraries in the References dialog box. ( All Libraries) allows all of the libraries to be displayed at one time.
Data Type
Displays all of the available classes in the library or project selected in the Library box.
Methods/Properties
Displays the elements of the class selected in the Data Type box alphabetically.
Properties
Shows the definition of the member. The properties are shown on the right side of the dialog and contain a jump to the class or library to which the element belongs. Some members have jumps to their parent class. For example, if the text in the properties states that Command1 is declared as a command button type, clicking on command button takes you to the Command Button class.
Paste
Allows you to copy the text from the selected object details to the Code window.
Back
Allows you to go back to the previous selection in the Data Type and Methods/Properties lists. Each time you click it you move back one selection until all of your choices are exhausted.
Follow Value/Follow Result
Allows you to repeat your original selections in the Data Type and Methods/Properties lists each time you click it, until you exhaust the list of selections.
Help
Displays the online Help topic for the item selected in the Data Type and Methods/Properties lists.