TXTextControl.PrintDialog Method

Opens the system printing dialog and prints a Text Control document as specified through the dialog. This method uses the values specified through the PrintColors, PrintZoom and PrintOffset properties.

Introduced: 19.0.

Syntax

TXTextControl.PrintDialog DocName
Parameter Description
DocName

Specifies the name of the document used for the print job.

Return Value

This method has no return value.

Data Types

DocName    String

Limitations

Needs at least Windows 2000.

See Also