home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #4-#5 / CDD_05_95.ISO / cdd / winanw / helpwrit / macro.lst < prev    next >
File List  |  1994-10-05  |  4KB  |  104 lines

  1. About()
  2. This macro displays the About dialog box.
  3. AddAccelerator(key, shift-state, `macro')
  4. Assigns a Help macro to an accelerator key
  5. Annotate()
  6. Displays the Annotation dialog box
  7. AppendItem(`menu-id', `item-id', `item-name', `macro')
  8. Appends a menu item to the end of a menu you create with the InsertMenu macro.
  9. Back()
  10. Displays previous topic in the history list.
  11. BookmarkDefine()
  12. Displays the Define dialog box.
  13. BookmarkMore()
  14. Displays the More dialog box.
  15. BrowseButtons()
  16. Adds the << Browse button (backward) and the >> Browse button (forward) to the button bar
  17. ChangeButtonBinding(`button-id', `button-macro')
  18. This macro assigns a Help macro to a Help button.
  19. ChangeItemBinding(`item-id', `item-macro')
  20. Assigns a Help macro to an item that you add to a WinHelp menu
  21. CloseWindow(`window-name')
  22. Closes the specified window
  23. Contents()
  24. Displays the contents topic in the current Help file
  25. CopyDialog()
  26. Displays the Copy dialog box
  27. CopyTopic()
  28. Copies all the text in the currently displayed topic to the Clipboard
  29. CreateButton(`button-id', `name', `macro')
  30. Adds a new button to the WinHelp button bar
  31. DeleteItem(`item-id')
  32. Removes a menu item
  33. DeleteMark(`marker-text')
  34. Removes a text marker added with the SaveMark macro
  35. DestroyButton(`button-id')
  36. Removes a button added with the CreateButton macro
  37. DisableButton(`button-id')
  38. Disables and dims a button added with the CreateButton macro
  39. DisableItem(`item-id')
  40. Disables and dims a menu item added with the AppendItem macro
  41. EnableButton(`button-id')
  42. Re-enables a button disabled with the DisableButton macro
  43. EnableItem(`item-id')
  44. Re-enables a menu item disabled with the DisableItem macro
  45. ExecProgram(`command-line', display-state)
  46. This macro runs a Windows - based application
  47. Exit()
  48. Exits the WinHelp application
  49. FileOpen()
  50. Displays the Open dialog box
  51. FocusWindow(`window-name')
  52. Changes the focus to the specified window
  53. GotoMark(`marker-text')
  54. Jumps to a marker set with the SaveMark macro
  55. HelpOn()
  56. Displays the Using Help file
  57. History()
  58. Displays the Windows Help History
  59. IfThen(IsMark(`marker-text'), `macro')
  60. Runs a Help macro if a given marker exists
  61. IfThenElse(IsMark(`marker-text'), `macro1', `macro2')
  62. This macro runs one of two Help macros, provided a marker exists
  63. InsertItem(`menu-id', `item-id', `item-name', `macro', position)
  64. Inserts a menu item at a given position on an existing menu
  65. InsertMenu(`menu-id', `menu-name', menu-position)
  66. Adds a new menu to the WinHelp menu bar
  67. IsMark(`marker-text')
  68. determines whether a marker set by SaveMark
  69. JumpContents(`filename')
  70. Jumps to the contents topic of a specified Help file
  71. JumpContext(`filename', context number)
  72. Jumps to a topic identified by a context number
  73. JumpHelpOn()
  74. Jumps to the contents topic of the Using Help file
  75. JumpId(`filename', `context-string')
  76. Jumps to the topic with the specified context string
  77. JumpKeyword(`filename', `keyword')
  78. Opens the indicated Help file, searches through the keyword table
  79. Next()
  80. Displays the next topic in the browse sequence
  81. Not(IsMark(`marker-text'))
  82. Reverses the True or False result returned by the IsMark macro
  83. PopupContext(`filename', context number)
  84. Displays a topic identified by a context number
  85. PopupId(`filename', `context-string')
  86. Displays a topic from a specified file in a pop-up window
  87. PositionWindow(x, y, width, height, window-state,`window-name')
  88. Sets the size and position of the Help window
  89. Prev()
  90. Displays the previous topic in the browse sequence
  91. Print()
  92. Sends the currently displayed topic to the printer
  93. PrinterSetup()
  94. Displays the Print Setup dialog box
  95. RegisterRoutine(`DLL-name', `function-name', `format-spec')
  96. Registers a function within a DLL as a Help macro
  97. SaveMark(`marker-text')
  98. Saves the location of the currently displayed topic
  99. Search()
  100. Displays the dialog box for the Search button
  101. SetContents(`filename', context number)
  102. Designates a specific topic as the contents topic
  103. SetHelpOnFile(`filename')
  104. Sets the Help file to replace the default "Using Help" file