C++Delphi

Rapidly Create Modern Looking Responsive Master-Detail User Interfaces

RAD Studio comes with hundreds of visual and non-visual components to make developers’ life easier. But not knowing how to use them is the problem most of the time. I have seen many new VCL and FMX developers try to do something within a hard way. So, we are here for you to help on making things easy for you. Most of the time problems occur when a developer does not know what he has…
Read more
DelphiNewsShowcase

Winners of the Delphi 26th Showcase Challenge

So many great entries for the Delphi 26th Showcase Challenge! There were 170 entries covering a wide range of project types. Everything from games and multimedia to line-of-business and consumer software. Both on VCL on the desktop and FireMonkey on mobile platforms. It is…
C++Delphi

Cross-Platform Enterprise-Grade Cryptography Library For Windows And Mobile

In the olden times, Cryptography was utilized for transforming plain messages or just plaintext into an indecipherable format. And these incomprehensible words were sent to each other and if the receiver knows the algorithm to convert that ciphered text to a readable format. Or there was a special decryption key that could decrypt the messages. The process of transforming the messages from a…
Read more
DelphiNews

How to Speed Up Remote Desktop Applications

One feature update to RAD Studio 10.4.2, driven by analysis showing an increase in the number of developers using remote desktop to development during Covid, has been a speed up to the IDE rendering over Remote Desktop. The main issues focused on were the IDE freezing…
DelphiRAD Studio

Powerful Windows System Info Access Component Suite For Delphi

With the MiTeC System Information component suite, you can get complex system information in Delphi. Sometimes I need to know about my system fully and I use some utility applications to find out what kind of components I have in my system. Since you are a Delphi developer, you can explore the MiTeC System Information component suite to create something like that or even create and…
Read more
CodeDatabaseDelphiRAD Studio

Learn How Easy It Is To Map Dataset Columns With A Table Adapter In FireDAC For Delphi

TheCommandssample shows you how to set up column mappings. Location You can find theMappingColumnssample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to: Object PascalDatabaseFireDACSamplesDApt LayerMappingColumns Subversion Repository: You can find Delphi code samples inGitHub Repositories. Search by name into…
Read more