精华区
[
关闭
][
返回
]
当前位置:
网易精华区
>>
讨论区精华
>>
编程开发
>>
● Delphi
>>
数据库技术
>>
Re: 在Delphi中关闭窗口之前如何判断TTab
主题:Re: 在Delphi中关闭窗口之前如何判断TTab
发信人: jameszhou()
整理人: (2000-12-05 18:43:00), 站内信件
【 在 hi_sun (hh) 的大作中提到: 】
: 俺现在做的是数据库应用,请问各位如何判断TTable中有未保存的数据?
if ATable.State in [dsInsert, dsEdit] then
ATable.Post;
James.
--
※ 来源:.
月光软件站
http://www.moon-soft.com.[FROM: 24.42.77.90]
[
关闭
][
返回
]