Delphi Example

  
spUIC := CoUIControl.Create;
spUIC.CreateFromScreenPoint(x1, y1);

stringResult := spUIC.Value;
if stringResult = '' then
     stringResult := spUIC.Name;

 
Comments