if dw_1.ModifiedCount() or dw_1.DeletedCount()>0 then
//----------修改了
else
//---------没改
end if
如何判断datawindow数据窗口被修改过
最新推荐文章于 2020-05-09 15:19:45 发布
if dw_1.ModifiedCount() or dw_1.DeletedCount()>0 then
//----------修改了
else
//---------没改
end if