Created with HTMHelp © Sebastian Walter
Function List
GUICtrlInputSetFilter
Description: Sets an input filter function for an input control.
This filter func is called with two arguments, the pressed key
and the resulting text. The return value of this function
decides if the pressed char is allowed or denied,
see the Enum on top of the file.
Return Value:
None
Parameters:
$cInput - control ID
$sFilterFunc - filter func
Author: Sebastian Walter (chesstiger)