InfoConnect for Unisys
ScreenCharacter Constructor(Char)


The character on the host screen.
Initializes a new instance of the ScreenCharacter class. The default is a single-byte character set character.
Syntax
'Declaration
 
Public Function New( _
   ByVal character As Char _
)
'Usage
 
Dim character As Char
 
Dim instance As New ScreenCharacter(character)
public ScreenCharacter( 
   char character
)

Parameters

character
The character on the host screen.
See Also