var  
  h: HWND;
begin
 h := FindWindow(nil, '测试系统');
  ShowMessage(IntToStr(h));
end;
//这个h已经取到,请问如何取得测试系统上对应edit的值呢?或者说edit句柄知道了如何取得对应值呢?