A string containing characters allowed as input for the string gadget.
Source position: MUIClass.Gadget.pas line 62
published property TMUIString.Accept : string |
Whenever the user hits a character not found in Accept, he will hear a beep and gadgets contents won't have changed.
Example:
Edit1.Accept := '0123456789-'; // only accept Integer numbers and '-'
|
A string containing characters that should not be accepted as input for the string gadget. |