TcxCustomCurrencyEditProperties.ValidateOnEnter Property
In This Article
Specifies if the editor validates the current input when a user presses the Enter key.
#Declaration
Delphi
property ValidateOnEnter; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
#Default Value
The ValidateOnEnter
property’s default value is True
.
See Also