help.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Free Pascal Manuals: Search Help</TITLE>
  4. </HEAD>
  5. <BODY BGCOLOR="#C0C0C0">
  6. <H1>Searching in the Free Pascal manual pages</H1>
  7. Searching in the manuals needs two steps :
  8. <OL>
  9. <LI>
  10. To search for words, type the words you want to search for in the
  11. top edit box. You can separate words with <TT>and</TT>, <TT>or</TT>
  12. and <TT>not</TT>. After you typed the words, press the <TT>Search</TT>
  13. button.
  14. For example, you could type the following:
  15. <PRE>
  16. reset or assign
  17. </PRE>
  18. This would then look for pages that have 'assign' or 'reset' in them.
  19. After pressing the <TT>SEARCH</TT> button, the output would look
  20. something like
  21. <IMG SRC="help1.gif">
  22. <P>
  23. When you press the <TT>SEARCH</TT> button, the 'hit total' will be displayed.
  24. This is the number of times your combination of words was found.
  25. <P>
  26. It is possible that no words are found, in that case the hit total will be zero,
  27. and there will be a line 'No records found' in the listbox, as shown below:
  28. <IMG SRC="help2.gif">
  29. <LI> When the search is complete, the lower listbox contains a list of section titles.
  30. You can select one of these titles, and press the <TT>GO</TT> button. A new browser
  31. window will open, showing the page that contains the help you requested.
  32. You can repeat this as many times as you want.
  33. </OL>
  34. <HR>
  35. <A HREf="search.html">Back</A> to search page.
  36. <HR>
  37. </BODY>
  38. </HTML>