恭喜,你发布的帖子
发布于 2021-07-28 21:15:23
1楼
示例
该示例显示了如何使用“Is Nothing”检查“DataSet”对象是否存在:
If HMIRuntime.DataSet("MyDataset") Is Nothing Then
HMIRuntime.Trace "Requested DataSet-object does not exist"
Else
HMIRuntime.Trace "Requested DataSet-object exsists"
End If
暂时没找到枚举的功能
看手册好像是有
请填写推广理由:
分享
只看
楼主