Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
Hubert Klein Ikkink (aka Mr.Haki) - Communications Officer
 Mr.Haki's JBuilder Jar #7
See Also: JBuilder Papers

Help me!
When programming our applications, we need information about the classes we are working with. To get help about the available methods and properties of a class we can do different things.

F1 or Ctrl-F1
First of all we can use the online help of JBuilder. To see the help for a class we want to implement, we have to place the cursor inside the classname and press F1 or Ctrl-F1. JBuilder opens the JBuilder help system and show the documentation for the class.

The Doc tab
But if the JBuilder help system isn't loaded already, it takes some time to get it started. And we can use a different route to get the help for a class. Place the cursor inside the classname and right-click with the mouse button and select Browse symbol at Cursor. This will open the definition of the class inside the AppBrowser window. Now select the Doc tab at the bottom of the AppBrowser. And now we see the documentation for the class.


This webpage © 1997-2009 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.