SetMsgByName

Object.SetMsgByName(FieldName,FieldValue)

功能说明

设置相应值,等待发送给服务器

函数原型

SetMsgByName(FieldName,FieldValue)

参数

参数名 类型 必填 说明
FieldName String 字段域名称
FieldValue String 字段域值

返回值

返回成功或失败True/False

调用示例

iWebPDF.COMAddins("KingGrid.MsgServer2000").Object.SetMsgByName("FILETYPE","PDF");