APIEnabled

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