Имя функции | dcl-TextBox-SetFilter |
---|---|
Синтаксис | (dcl-TextBox-SetFilter
<CONTROL>
Filter [типа
String]) |
Возвращаемый тип | Boolean (T - успешно; иначе NIL) |
Подходит к | Text Box |
This method assigns a custom filter that is used when the Filter Style property is set to zero. For example a Filter of "0123456789" limits input to unsigned whole numbers only. An empty string removes the custom filter.