Difference between revisions of "API Console"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 1: Line 1:
 
<sidebar>API contents</sidebar>
 
<sidebar>API contents</sidebar>
 
Text console additions
 
Text console additions
 +
 +
__TOC__
  
 
==Functions provided for this class==
 
==Functions provided for this class==
Line 42: Line 44:
 
==Examples==
 
==Examples==
 
''No examples available''
 
''No examples available''
 +
 +
==See also==

Revision as of 21:23, 11 May 2013

<sidebar>API contents</sidebar> Text console additions

Functions provided for this class

AddText Adds a window to the list of consoles available
AddMemory Adds a window to the list of consoles available
GetDefault Gets the default (read-only) console window
SetMemMode Sets whether to show address and bytes for the console
WriteText Adds a block of text to the console window
GetLineText Reads a line of text from the given console, pass -1 for final line
SetLineText Writes a line of text from the given console, pass -1 for final line
GetLineBytes Reads a line of bytes from the given console extending the array if needed
SetLineBytes Writes a line of bytes from the given console, pass -1 for final line
CountLines Counts the number of lines in the console
ClearText Clears all the text in the console


Examples

No examples available

See also