APIEnabled
APIEnabled is a Boolean flag that indicates whether the HLLAPI API has been enabled for the Personal Communications connection associated with this lsxECLConnection 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 a new lsxECLConnection object associated with connection A
dim myConnObj as new lsxECLConnection("A")
' See if the HLLAPI API is enabled on this connection
if myConnObj.APIEnabled then
call hllapi_available