网站首页 >> eWebOffice开发手册 >> 客户端接口说明 >> WebMsg消息处理相关 >> 方法

2.7.1.1 WebMsgSetCommon 方法

功能描述:

设置常用的相应字段域值,等待发送给服务器。

本函数设置了以下几个常用字段域值:

WebMsgSetString("RecordID",RecordID)

WebMsgSetString("UserName", UserName)

WebMsgSetString("UserKey", UserKey)

WebMsgSetString("TemplateID", TemplateID)

WebMsgSetString("FileType", FileType)

WebMsgSetString("Description", Description)

 

调用格式:

eWebOffice1.WebMsgSetCommon ();

方法参数:

   

返回值:

   

调用示例:

eWebOffice1.WebMsgSetCommon ();