用在delphi里,生成的接口文件中没有toNumber与wk属性,请问如何访问此属性呢?function writePwdActivxObjectLenClass(id,name,basePath,pwdName,maxLen,minLen,pheight,pwidth,sCode)
{
//document.write(' <object classid="CLSID:ECCBA953-80E5-11D3-9285-0080ADB811C5" codebase='+basePath+'ocx/safe.cab#version=2,3,1,0 width=800 height=20 id='+id+' name='+name+' style="HEIGHT: '+pheight+'px;WIDTH: '+pwidth+'px" VIEWASTEXT >');
document.write(' <object classid="CLSID:ECCBA956-80E5-11D3-9285-0080ADB811C9" codebase='+basePath+'ocx/safe_bankcomm.cab#version=3,0,0,0 width=800 height=20 id='+id+' name='+name+' style="HEIGHT: '+pheight+'px;WIDTH: '+pwidth+'px" VIEWASTEXT >');
document.write(' <param  name="maxLength" value='+maxLen+'>');
document.write(' <param  name="minLength" value='+minLen+'>');
document.write(' <param  name="borderStyle" value="3dHigh">');
document.write(' <param  name="fieldName" value="'+pwdName+'">');
document.write(' <param  name="autoConvert" value="2">');
document.write(' <param  name="maskChar" value="#">');
document.write(' <param  name="toNumber" value="1">');
document.write(' <param  name="onTable" value="onTable">');
document.write(' <param  name="wk" value="' + sCode + '">');
document.write(' </OBJECT>');objectMap[objectMap.length]=pwdName + "->" + name;}