SetString |
Top Previous Next |
The SetString method sends a string to the virtual screen at the specified location. The string will overlay only unprotected fields, and any parts of the string which fall over protected fields will be discarded.
Visual Basic Syntax
Screen.SetString(text As String, location As TTnbOhioPosition)
Delphi Syntax
Screen.SetString(text:string; location:TTnbOhioPosition)
Parameters
|