autECLOIA 对象

autECLOIA 对象允许您访问.ZIEWin.autECLOIA 类中包含的方法。请参阅 autECLOIA 类 以获取更多信息。下列示例展示了此对象。

DIM  SessObj as Object
Set SessObj = CreateObject("ZIEWin.autECLSession")
 
' Initialize the session
SessObj.SetConnectionByName("A")
' For example, set the host window to minimized
If (SessObj.autECLOIA.Katakana) Then
	'whatever
Endif