Base Class: Window
Derived Classes: None
Description
This object allows access to the text output window. This window can be used for displaying messages from a script or control. Messages can also be retrieved by a script or control for processing. The text window object is accessed as a sub-object of the LUSAS Modeller application, using the function getTextWindow or the variable textWin.
Available Functions:
attachLogFile(filename, [captureExisting]) |
clear() |
closeLogFile() |
countLines() |
readLine(i) |
update() |
writeLine(text) |
Back to Overview