Returns the text contents of the presentation space as a string.
Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getText() As String |
C# |
---|
public string getText() |
C++ |
---|
public: String getText() sealed |
J# |
---|
public string getText() |
JScript |
---|
public function getText() : String |
Return Value
A string containing the text of the presentation space.
Remarks
The string returned has a CRLF at the end of each line of the presentation space. If the getText_Display property has been set to true, the getText method writes the entire text contents of the current presentation space to standard out which can be useful for debugging and diagnostic purposes.