spUIC := CoUIControl.Create;
spUIC.CreateFromScreenPoint(x1, y1);
stringResult := spUIC.Value;
if stringResult = '' then
stringResult := spUIC.Name;
_text_