| String/Text (Read/Write) | Top Previous Next | 
| Returns the entire text plane of the virtual Screen as a string. 
 VB.NET 
 Field.String [= String] 
 C# 
 Field.String; [= 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. 
 |