API:Vcl.NumberBox.TNumberBox.OnValidateChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidateChar;

C++

__property OnValidateChar;

Properties

Type Visibility Source Unit Parent
event published
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TNumberBox

Description

Event for custom validation of input char.

Vcl.NumberBox.TNumberBox.OnValidateChar inherits from Vcl.NumberBox.TCustomNumberBox.OnValidateChar. All content below this line refers to Vcl.NumberBox.TCustomNumberBox.OnValidateChar.

Event for custom validation of input char.


See Also