2006年12月13日
摘要: procedure TForm1.DBGrid1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);begin if (ssctrl in shift) and (key=vk_delete) th... 阅读全文
posted @ 2006-12-13 13:56 martian6125 阅读(330) 评论(0) 推荐(0)