Set of valid characters for the field contents.
Source position: db.pas line 263
| type TFieldChars = set of AnsiChar; | 
TFieldChars is a type used in the TField.ValidChars property. It's a simple set of characters.
| 
 | Characters that are valid input for the field's content. |