常规参数
文章标题:
权重:
文章摘要:
下面的程序可以搞定:function GetParentWindowNameAt ( X, Y : integer ) : string;var P : TPoint; W : TWinControl;beginP.X := X;P.Y := Y;W := FindVCLWindow( P );if( nil W ) thenResult := W.Name;Result := '';end;
关键字:
名称 位置 所在 鼠标 得到 if FindVCLWindow P.Y beginP.X
管理密码: