如何判断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
 
多人接受答案了。
 
顶部