Skip to main content

TcxDateEditPropertiesValues.InputKind Property

Specifies whether the type of validation used to validate user input has been changed.

Declaration

property InputKind: Boolean read; write;

Property Value

Type
Boolean

Remarks

Once a date editor’s Properties.InputKind property is set to a value other than the default one, the InputKind property flag is set to True. Otherwise, it’s set to False. To undo the change made to the date editor’s Properties.InputKind property and reverse it back to its default value, set the InputKind property flag to False or call the RestoreDefaults method which resets all the property flags.

See Also