autECLOIA object

The autECLOIA object allows you to access the methods contained in the ZIEWin.autECLOIA class. See autECLOIA Class for more information. The following example shows this object.

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