gui.setListFilterText
Fills the list search box with a text or regex string.
Prototype
bOk = gui.setListFilterText ( hComponent, sFilterText, bCaseSensitive, string.kPatternSyntax )
Description
Please check the string pattern constants for more info.
Parameters
hComponent - valid GUI component handle
sFilterText - string you want to send to the filter, text or regex
bCaseSensitive - true for case sensitive, false for insensitive
string.kPatternSyntax - predefined string pattern constant, string or regex switch
Return values
bOk - true on success
Available since ShiVa 2.0