Filter Style

Lokaler Name Filter Style
API Name FilterStyle
Datentyp Integer
Gültigkeit Range is 0 - 8
Get Funktion   (dcl_Control_GetFilterStyle <CONTROL>)
Set Funktion   (dcl_Control_SetFilterStyle <CONTROL> NewValue [as Integer])
Anwendbar auf Text Box

This property assigns a predefined filter to the text box input. Note that a custom filter set via TextBox_SetFilter is used when the Filter Style property is set to zero (the custom filter is ignored for other predefined filter styles).

Style Description
0 Non-control characters (or custom filter)
1 AutoCAD angle units only
2 Signed integers only
3 AutoCAD distance units only
4 AutoCAD symbol table names only
5 Upper case only
6 Lower case only
7 Password (hides input text)
8 All characters allowed (including [Enter])