spUIC := CoUIControl.Create; spUIC.CreateFromScreenPoint(x1, y1); stringResult := spUIC.Value; if stringResult = '' then stringResult := spUIC.Name; |
WCaptureX component > UIControl Interface >
WCaptureX component > UIControl Interface >
Delphi Example
|