Inputting Information

 

 

Function list

By type

Alphabetically

 

 

AskColor( default-color, reg-key, format )

Displays a color selection dialog box, and returns the selected color.

AskDirectory( prompt, browse-root, start-dir, confirm-prompt, flags )

Displays a directory browse dialog box, and returns the selected directory name.

AskFileName( title, directory, filetypes, default filename, flag )

Returns the filename with its path as selected by a FileOpen dialog box.

AskFont ( type, flags, reg-key, format)

Displays a font selection dialog box, and returns information on the selected font.

AskFileText( title, filename, sort mode, select mode [, selection-required] )

Allows the user to choose an item from a list box initialized with data from a file.

AskItemList( title, list, delimiter, sort mode, select mode [, selection-required] )

Allows the user to choose an item from a list box initialized with a list variable.

AskLine( title, prompt, default [,format] )

Lets the user enter a line of information.

AskPassword( title, prompt )

Prompts the user for a password.

AskTextBox( title, prompt, default, flags, reserved)

Prompts the user for multiple lines of input.

AskYesNo( title, question )

Lets the user choose from Yes, No, or Cancel.

ButtonNames( Ok-name, Cancel-name )

Changes the names of the buttons which appear in WIL dialogs.

Dialog( dialog-name [, ignore-flag] )

Displays a user-defined dialog box.

Display( seconds, title, text )

Momentarily displays a string.

IsKeyDown( keycode )

Determines if the Shift key or the Ctrl key is currently down.

KeyToggleGet( keycode )

Returns the status of a toggle key.

KeyToggleSet( @key, value )

Sets the state of a toggle key and returns the previous value.

Pause( title, prompt )

Displays Text in a message box.