APIEnabled
APIEnabled is a Boolean flag that indicates whether the HLLAPI API has been enabled for the Personal Communications connection associated with this lsxECLOIA object. The APIEnabled property is an integer and is read-only. APIEnabled is 1 if the HLLAPI API is available; otherwise, it is 0. The following example shows this property.
' Create an lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
' See if the HLLAPI API is enabled on this connection
if myOIAObj.APIEnabled then
call hllapi_available