TcxCustomTextEditProperties.ValidChars Property
Specifies additional characters valid for a data-aware editor.
Declaration
property ValidChars: TcxTextEditChars read; write;
Property Value
Type |
---|
TcxTextEditChars |
Remarks
The ValidChars property specifies a set of characters a user can enter in a data-aware editor in addition to those that are acceptable by the field to which the editor is connected. ValidChars is used by the editor’s IsValidChar function to determine whether the current character can appear in the edit box.
See Also