TcxCustomDateEditProperties.InputKind Property
In This Article
Specifies how user input is validated.
#Declaration
Delphi
property InputKind: TcxInputKind read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Options include:
Value | Description |
---|---|
ik |
No validation. This validation type does however support the Smart |
ik |
Validating by mask. Same as the Delphi Native Mask |
ik |
Validating using regular expressions and the auto-complete feature. The validation mask is obtained from the Tcx |
If the Kind property is set to ckDate, the default value of the InputKind property is ikRegExpr. Otherwise, the default value is ikMask.
Note
If the operating system doesn’t use the Gregorian calendar, the default value of the Input
See Also