Vcl.RibbonActnCtrls.TRibbonSpinEdit.IsValidChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsValidChar(Key: Char): Boolean; virtual;

C++

virtual bool __fastcall IsValidChar(System::WideChar Key);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

Description

Verifies whether the pressed key is valid.

IsValidChar verifies whether the pressed key is valid. The key must be "+", "-", "space", "return", "UP", "DOWN", or one of the digit keys.

See Also