C++DelphiRAD Studio

Starting Delphi Or C++ Builder Results In Product Or License Validation Error

“Q. I’ve installed and registered C++ Builder or Delphi, yet when it starts I am brought to a web page with the error “Product or License Validation Error”. How can I fix this? By far the most common cause for this error is having files or applications not provided by Embarcadero that are copied into the bin folder below where RAD Studio is installed. Only files provided by…
Read more
C++

New in 10.2: MariaDB Support

Author: Pawe Gowacki One of the biggest new RAD Studio 10.2 Tokyo database features is support for MariaDB open-source relational database. MariaDB is one of the most popular open-source SQL databases. It is a fork from MySQL database, after it has been acquired by Oracle, the original creators of MySQL, started to work on MariaDB, which is highly compatible, some say 95%, with MySQL. Consequently…
Read more
C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044 I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decomposePathInfointostd::vector<UnicodeString>and put it in. //// std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_) { std::vector<UnicodeString>…
Read more
C++

Custom buttons and the integrated Style Designer

Author: Jorge Batista With the integrated Style Designer in RAD Studio Berlin, you can quickly create custom image buttons. For creating entire multi-device styles from scratch, we recommend you use the Bitmap Style Designer, available via the Tools menu. Create a new FireMonkey multi-device application. Select a “Style” from the drop-down menu in the FireUI Designer. This will allow…
Read more