如何判断ClientDataSet1.Fields[j].Value 为空 即字段为空 (15分)

  • 主题发起人 主题发起人 thomashukaidi
  • 开始时间 开始时间
T

thomashukaidi

Unregistered / Unconfirmed
GUEST, unregistred user!
如何判断ClientDataSet1.Fields[j].Value 为空
即字段为空
 
if ClientDataSet1.Fields[0].IsNull then ...
 
ClientDataSet1.Fields[j].IsNull
 
if length(ClientDataSet1.Fields[0].value)=0 then
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部