| String/Text (Read Only) | Top Previous Next | 
| Returns the entire text plane of the virtual screen as a string. 
 Visual Basic Syntax 
 [String =] Screen.String 
 Delphi Syntax 
 [String :=] Screen.Text; 
 Remarks 
 All null characters and Field Attribute characters are returned as blank space characters. In Delphi String is used as Text property because the name String can't be used as a function name. |