See Also
Printy GUI Namespace
AbstractPrinterLogic.formattedOutput Field

Ein String, in dem sich die formatierte Grammatik befindet. Dieser String wird jedesmal nach einer Formatierung aus der temporären Ausgabedatei gefüllt. 

Der Inhalt des Strings kann dazu verwendet werden, die Grammatik in einer TextBox darzustellen.

C++
protected: string formattedOutput = System.String.Empty;
C#
protected string formattedOutput = System.String.Empty;
Visual Basic
Protected formattedOutput As string = System.String.Empty
See Also
Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2005. All rights reserved.