Name
Textentry.Accept -- set characters accepted by text entry widget
Function
Set this to a string containing characters that are accepted by the widget. Useful for example if you only want to allow the entering of numbers. In that case you would set Textentry.Accept to "0123456789".

You can also use Textentry.Reject to selectively reject characters.

Type
String

Applicability
I


Show TOC