| FUNCTION LIST |
| Function Name |
What It Does |
| Window (System) Menu and Title Bar
Button Functions |
| wizDisableAppClose() |
Disables the Applications
Close button on the title bar (the little x in the upper
right-hand corner) and the Close command from the Applications System
Menu. |
| wizEnableAppClose() |
Enables the Applications Close title bar
button and the Close command from the Applications System Menu. |
| wizDisableFormClose() |
Disables a forms Close button on the title
bar and the command from the forms System Menu. |
| wizEnableFormClose() |
Enables a forms Close button on the title
bar and the command from the forms System Menu. |
| wizDisableFormMaximize() |
Disables a forms Maximize button on the
title bar and the command from the forms System Menu. |
| wizEnableFormMaximize() |
Enables a forms Maximize button on the
title bar and the command from the forms System Menu. |
| wizDisableFormMinimize() |
Disables a forms Minimize button on the
title bar and the command from the forms System Menu. |
| wizEnableFormMinimize() |
Enables a forms Minimize button on the
title bar and the command from the forms System Menu. |
| wizDisableAllCtrlButtons() |
Disables the Close, Minimize and Maximize
buttons in one step. |
| wizEnableAllCtrlButtons() |
Disables the Close, Minimize and Maximize
buttons in one step. |
| Pull-Down Menu Functions |
| wizDisableMenu() |
Disables an entire pull-down menu title, e.g.,
the File Menu. |
| wizEnableMenu() |
Enables an entire pull-down menu title, e.g.,
the File Menu. |
| wizDisableMenuItem() |
Disables an item on a menu, e.g. the Delete item
on the Edit menu. |
| wizEnableMenuItem() |
Enables an item on a menu, e.g. the Delete item
on the Edit menu. |
| Form Functions Functions |
| wizDocumentClose() |
Closes a specified document.
(This function is also available in the wizClose32
library.) |
| wizOpenForm() |
Opens a specified form and allows a button
action, script, or DQL to continue processing. The standard OpenForm() action stops once
the form has been opened. |
| wizIsDocOpen() |
Is the specified document currently open. |
| wizGetWindowShowState() |
What is the state of the specified window (form)
(e.g., minimized, maximized or normal?) |
| wizSetWindowShowState() |
Se the state of the specified window. |
| wizSetWindowPosition() |
Set the location and size of the specified
window. |
| wizGetFormCaption() |
Get the caption of the specified window. |
| wizSetFormCaption() |
Set the captions of the specified window. |
| wizFlashWindow() |
Flashes the specified windows title bar on
and off a specified number of times at a given rate. |
| wizSetFormFocus() |
Set the focus to a specified form. |
| wizBringToFront() |
Brings a specified form to the front (on top of
all other windows). |
| wizSendToBack() |
Sends a specified form to the bottom (under all
other open documents). |
| wizDisableWindow() |
Disables a specified window, preventing user
from entering any information or clicking on any buttons or menu choices. |
| wizEnableWindow() |
Enables a specified window. |
| wizDelay() |
Waits a specified number of seconds before
continuing. |
| Shell API Functions |
| wizCopyFile() |
Copy a file or group of files; displays the
standard Windows animated copying box (with the flying files and a progress
meter). |
| wizDeleteFile() |
Deletes a file or group of files; displays the
standard Windows animated copying box (with the flying files and a progress
meter). Files are deleted to the recycle bin. |
| wizRenameFile() |
Renames a file. |
| wizRenameFolder() |
Renames a folder. |
| File & Directory Browsing
Functions |
| (These two functions are also
included in the ModifyImport library). |
| wizFileBrowse1() |
Displays a Windows 3.x-style dialogue box that
allows you to select a file. |
| wizFolderBrowse1() |
Displays a Win32-style folder selection
diaglogue box. |