TcxCustomCalculator.GetButtonKindChar(Char) Method
Returns the calculator button type based on the pressed key.
Declaration
function GetButtonKindChar(Ch: Char): TcxCalcButtonKind;
Parameters
Name | Type |
---|---|
Ch | Char |
Returns
Type |
---|
TcxCalcButtonKind |
Remarks
The GetButtonKindChar method determines the calculator button type by the pressed ASCII character. This method is used internally when a user presses a keyboard key.
See Also