2013年4月8日
摘要: 在StringGrid怎样制作只读的列在 OnSelectCell事件处理程序中,加入: (所有的列均设成可修改的)if Col mod 2 = 0 thengrd.Options := grd.Options + [goEditing]elsegrd.Options... 阅读全文
posted @ 2013-04-08 16:22 martian6125 阅读(123) 评论(0) 推荐(0) 编辑