home *** CD-ROM | disk | FTP | other *** search
- ■VQPROTOTYPESFILE_03.50■
-
- %Display About dialog box; About();
- Add Accelerator key; AddAccelerator(key, shift-state, "macro"); AA
- %Display Annotate dialog box; Annotate();
- Append menu item on Help Menu ; AppendItem("menu-id", "item-id", "item-name", "macro");
- %Return to last topic; Back();
- %Create a Bookmark; BookMarkDefine();
- %Display more Bookmark info; BookMarkMore();
- Display Browse buttons; BrowseButtons();
- Change macro assigned to button; ChangeButtonBinding("button-id", "button-macro"); CBB
- Change macro assigned to menu item; ChangeItemBinding("item-id", "item-macro"); CIB
- Check Help Menu item; CheckItem("item-id"); CI
- Close Help Window; CloseWindow("window-name");
- %Display Contents; Contents();
- %Display Copy dialog box; CopyDialog();
- Copy all topic text to Clipboard; CopyTopic();
- Add new button to button bar; CreateButton("button-id", "caption", "macro"); CB
- Remove menu item; DeleteItem("item-id");
- Remove text marker; DeleteMark("marker-text");
- Remove button; DestroyButton("button-id");
- Disable button; DisableButton("button-id"); DB
- Disable menu item; DisableItem("item-id"); DI
- Enable button; EnableButton("button-id"); EB
- Enable menu item; EnableItem("item-id"); EI
- Execute Windows application; ExecProgram("command-line", display-state); EP
- %Exit Help; Exit();
- Enable/Disable Menu Item; ExtAbleItem("item-id", enabled-state);
- Insert menu item at given position; ExtInsertItem("menu-id", "item-id", "item-name", "macro", position, enabled-state);
- Insert sub-menu off of Help menu; ExtInsertMenu("parentmenu-id", "submenu-id", "submenu-name", submenu-position, enabled-state);
- %Open another Help file; FileOpen();
- %Enable floating menu; FloatingMenu();
- Change focus to specified window; FocusWindow("window-name");
- Go to a text marker; GoToMark("marker-text");
- *Animation in extended window; HAnimateCommand("animationfile","control-cmd","windowtitle");
- *Play Audio file; HAudioCommand("wavfile","control-cmd");
- *Display Audio Dialog in extended window; HAudioDialog("wavfile","windowtitle");
- *Display bitmap in extended window; HDisplayBmp("bitmapfile","windowtitle");
- %Display Help on Windows Help; HelpOn();
- %Toggle on-top state of Window Help; HelpOnTop();
- %Display History dialog box; History();
- Execute macro if text marker exists; IfThen(IsMark("marker-text"), "macro");
- Execute one of two macros if text marker exists; IfThenElse(IsMark("marker-text"), "macro1", "macro2");
- Insert menu item at given position; InsertItem("menu-id", "item-id", "item-name", "macro", position);
- Insert new menu in Help menu bar; InsertMenu("menu-id", "menu-name", menu-position);
- Text if text marker exists; IsMark("marker-text");
- Jump to Contents topic of a file; JumpContents("filename");
- Jump to topic with specified context number; JumpContext("filename", context-number); JC
- Jump to Context topic of How To Use Help file; JumpHelpOn();
- Jump to topic with specified context string; JumpId("filename", "context-string"); JI
- Find topic with specified keyword; JumpKeyWord("filename", "keyword"); JK
- Execute Multimedia command; mciExecute("command-string");
- %Display next topic; Next();
- Test if text marker does not exist; Not(IsMark("marker-text"));
- Popup topic specified by context number; PopupContext("filename", context-number); PC
- Popup topic specified by context string; PopupId("filename", "context-string"); PI
- Set position and size of Help Window; PositionWindow(x, y, width, height, state, "window-name"); PW
- %Display previous topic; Prev();
- %Print the current topic; Print();
- %Setup the printer; PrinterSetup();
- Register DLL routine as a macro; RegisterRoutine("DLL-name", "function-name", "format-spec"); RR
- Remove an accelerator key assignment; RemoveAccelerator(key, shift-state); RA
- %Reset Help menus to default; ResetMenu();
- Mark location of text; SaveMark("marker-text");
- %Search using keywords; Search();
- Specify Contents topic; SetContents("filename", context-number);
- Replace How To Use Help file; SetHelpOnFile("filename");
- Play sound from WAV file; sndPlaySound("filename", play-flag);
- Uncheck menu item; UncheckItem("item-id"); UI
- User defined macro; User();
-