Overview | Methods | Fields | This Package | All Packages
Retrieves a boolean value indicating whether the control processes the specified character itself.
Syntax
protected boolean getInputChar( char charCode )
Parameters
charCode
The character to test. You can specify a constant defined in the Key class for this parameter.
Return Value
Returns true if the control will process the character specified by charCode; returns false if the system will process the character.