Tests if edit or input control is empty after stripping spaces, tabs, line feeds or carriage returns
#include "Window, Screen, Mouse and Control.au3" _GUICtrlEmpty( $hControl ) |
$hControl | GUI control handle |
boolean value | True = control is empty, False = Not |