Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.getInputChar

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.