String/Text (Read/Write)

Top  Previous  Next

Returns the entire text plane of the virtual screen as a string. String and Text are both the same properties, but String can't be used in Delphi as a function name.

 

Visual Basic Syntax

 

Field.String [= String]

 

Delphi Syntax

 

Field.Text; [:= String]

 

 

Remarks

 

All null characters and Field Attribute characters are returned as blank space characters.