H huangqing Unregistered / Unconfirmed GUEST, unregistred user! 2007-10-10 #1 如在stringgrid中一个单元格内,有字符串'1111, aaaa, ccccce,ddd'我在e后面双击鼠标,同时怎么能把ccccce选中,急
暗 暗夜中独舞 Unregistered / Unconfirmed GUEST, unregistred user! 2007-10-12 #3 GetCursorPos(p);//var p:TPoint;可以获取光标的坐标值
D dtboyi Unregistered / Unconfirmed GUEST, unregistred user! 2007-10-12 #4 var p:TPoint; i,j:integer; begin GetCursorPos(p); i:=p.x; j:=p.y; showmessage(inttostr(i)+','+inttostr(j)); end;
var p:TPoint; i,j:integer; begin GetCursorPos(p); i:=p.x; j:=p.y; showmessage(inttostr(i)+','+inttostr(j)); end;