autECLPageSettings Class

The autECLPageSettings object controls the page settings of a Z and I Emulator for Windows connection. Its name in the registry is ZIEWin.autECLPageSettings. This automation object can also be used in VB scripts.

The read-only property autECLPageSettings has been added to the autECLSession object. See autECLSession Class for information about how to use this property.

Note: The autECLPageSettings object in the autECLSession object is set by the autECLSession object.
The following example shows how to create and set the autECLPageSettings object in Visual Basic.
DIM PgSet as Object
Set PgSet = CreateObject("ZIEWin.autECLPageSettings")
PgSet.SetConnectionByName("A")