DWin

Examples


The DWin command is recorded when the user chooses Window Dump from the Macro menu. An image of the currently active window is saved to a file.

Syntax

DWin dictionary dictionary_name form form_name window window_name file filename

Parameters

dictionary_name - The name of the dictionary. The 'default' parameter can also be used, indicating the current main application dictionary will be used.

form_name - The name of the form containing the window.

window_name - The name of the window being written to a file.

filename - The name and path of the file to which the window image is being written.

Comments

On Windows, the window image is saved as a PC Paintbrush (.PCX) file..


Documentation Feedback