News

Video Tutorial: Build Python Native Windows GUIs With Delphi VCL Library

Sometimes your application needs a user interface, but what is the best way to make one for Python GUI applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge library of included visual components and a robust collection of 3rd party components. It is the premier framework for native Windows applications, but how to use it with Python? Thanks to the…
Read more
CodeDelphiRAD Studio

Quickly Implement A Master-Detail App For Tablets In Delphi With This Example

Running the FMX.TabletMasterDetailwithSearch Sample, it shows you two columns. The column on the left-hand side shows a list of people and includes a search box. The column on the right-hand side shows details (a picture, name, job and “description”) about the person currently selected on the list view. You can tap list view entries to select them and load their information on the…
Read more
C++DelphiRAD Studio

Quickly Find Memory Leaks In Your Delphi And C++Builder Application With Deleaker Profiler

Deleaker is a popular extension for all major IDEs and a standalone application for memory leak detection. You can easily integrate into RAD Studio and find memory leaks within your Delphi and C++Builder applications. Deleaker shows allocated memory, objects, handles, and GDI resources. That means you can find all the issues within your RAD Studio. Deleaker is not just a tool to find memory…
Read more
C++IDE

Tutorial: TwineCompile IDE Integration For C++ Parallel Compilation

Learn how to better integrate TwineCompile with your C++Builder IDE for maximum productivity. TwineCompile is available for 10.4 and newer through the GetIt Package Manager for developers with Update Subscription. TwineCompile lists its features as: Advanced compile system uses multi-threading technology and caching techniques to make C++ compiles 50x faster! Automatic background compiling engine…
Read more