I have many favorite prebuilt components that are included with C++Builder 10.4 Sydney. In this blog post I'll show you how to create an RSS Feeds VCL (you can also use the same approach for a FireMonkey FMX) application using the XMLDocument, NetHTTPClient, NetHTTPRequest and WebBrowser components. Start by creating a C++Builder VCL application. Set … Continue reading Building a C++Builder RSS Feeds VCL Application with XMLDocument, NetHTTPClient, NetHTTPRequest and WebBrowser Components
Tag: VCL
Using C++Builder to list all available VCL styles in a ComboBox and apply a selected style using the ComboBoxChange event
Back in June a developer asked a C++Builder question on StackOverflow. The question was "How can I list all the available VCL styles in a combo box and in the ComboBoxChange event, apply that style in C++ Builder?" I answered the question and gave the example code. One of my favorite RTL features for the … Continue reading Using C++Builder to list all available VCL styles in a ComboBox and apply a selected style using the ComboBoxChange event