edit ValidChars property
Return to Introduction  Previous page  Next page
Applies to
acEdit component.  

Declaration
property ValidChars: String;  

Description
The ValidChars property specifies the set of characters, allowed for input into the acEdit control when the ValidateChars is True.  
 
When the ValidateChars is True, the acEdit control will allow to input only characters specified in ValidChars property. All others, not specified symbols will be forbidden.  
 
tip For example, you would like to allow only lower-case latin characters without numbers. Set ValidChars to 'abcdefghijklmnopqrstuvwxyz' and ValidateChars to True.  

See also
ValidateChars property.