Setting Borland TCppWebBrowser components navigate wchar_t string
Just a quick note on my part on how to set a wide character string i.e. wchar_t* under Borland BDS 2006, in this example I'm using the TCppWebBrowser component
Show Plain TextC code
- WebBrowser->Navigate(WideString("http://url[:port]").c_bstr());