String/Text (Read Only) |
Top Previous Next |
Returns the entire text plane of the virtual Screen as a string.
VB.NET
[String =] Screen.String
C#
[String =] Screen.String;
Remarks
All null characters and Field Attribute characters are returned as blank space characters. In Delphi, this property is called Text because String is a reserved word and can't be used as a function name. |