python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Usage ICoreWebView2EnvironmentOptions in C++Builder 11
I am trying to disable CORS in TEdgeBrowser and found a lot of solutions by using ICoreWebView2EnvironmentOptions because TEdgeBrowser is implement by WebView2.
In Microsoft's document, the sample cod...
willylu
Votes: 0
Answers: 1
using tablet pen on the whiteboard
I'm making a digital whiteboard program with C++Builder.
It draws lines on a TImage using MouseDown and MouseMove events, like this:
Image1->Picture->Bitmap->Canvas->LineTo(x, y);
There i...
sieun
Votes: 0
Answers: 0
FastMM reports 'Another third party memory manager has been installed' in BCB 6.0 & TeeChart 7.07
I've recently joined a new company with a suite of legacy apps written in C++ Builder 6 and am investigating some memory issues. To do this I'm using the latest Fast MM from GitHub and got it working ...
AndyB
Votes: 0
Answers: 1
Can I add a string type parameter to a SQL statement without quotes?
I have a C++Builder SQL Statement with a parameter like
UnicodeString SQLStatement = "INSERT INTO TABLENAME (DATETIME) VALUES (:dateTime)"
Can I add the parameter without quotes?
Usually I'...
Tigerplush
Votes: 0
Answers: 1