return validLinkStatus(linkStatus);
}
// if we're here then throw the exception
this.linkStatus = TErrorList.link_exists;
this.linkErrString = "link is bound to an inactive link";
throw new BoundToInactiveLinkException();
}
else
{ /* allow new data from the input reference under some circumstances */
if (dInput != null && dInput.dArrayLength > 0 && !dInput.isLocked)
dInput.putData();