Programmer Guide/Command Reference/PRINTDIALOG: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==PRINTDIALOG==
<var>var</var> := PRINTDIALOG [ <var>settings</var> ]


<code>var := PRINTDIALOG [<var>settings</var>]</code>
Show the print dialog. If the <var>settings</var> argument is specified, the printer settings are set, too. The argument <var>settings</var> is a string consisting of all available print parameters (including the selected printer) in a packed form. The print dialog is derived from the windows print dialog and is a part of the implementation of display and graph items.


-> var = 'currentprintersettings'
The command returns the current printer settings in a format suitable for using it as the <var>settings</var> parameter.
 
Show the print dialog. If the <var>settings</var> argument is specified, the printer settings are set too. The argument settings is a string consisting of all available print parameters (including selected printer) in a packed form. The print dialog is derived from the windows print dialog and is a part of the implementation of display and graph items.

Revision as of 18:39, 25 April 2014

var := PRINTDIALOG [ settings ]

Show the print dialog. If the settings argument is specified, the printer settings are set, too. The argument settings is a string consisting of all available print parameters (including the selected printer) in a packed form. The print dialog is derived from the windows print dialog and is a part of the implementation of display and graph items.

The command returns the current printer settings in a format suitable for using it as the settings parameter.

Navigation menu

Personal tools