I have an ActiveX component (DSIClientX) in my application. A call to ServerIPConfig
is supposed to return an XML result of type BSTR (WIDESTRING). I am not getting my result string.
XMLResult : WideString;
XMLResult := DSIClientX.ServerIPConfig('b2.backuppay.com;X1.mercurypay.com',0)
Does anyone have any suggestions?
DSIClientX ServerIPConfig Method Documentation on Page 24
Thanks in advance....
is supposed to return an XML result of type BSTR (WIDESTRING). I am not getting my result string.
XMLResult : WideString;
XMLResult := DSIClientX.ServerIPConfig('b2.backuppay.com;X1.mercurypay.com',0)
Does anyone have any suggestions?
DSIClientX ServerIPConfig Method Documentation on Page 24
Thanks in advance....