rad studio

  1. FireWind

    RAD Studio Create Native And Secure iOS Wallet Enabled Apps With Delphi And C++ Builder

    Create Native And Secure iOS Wallet Enabled Apps With Delphi And C++ Builder March 1, 2021 By Muminjon TMS Software provides high-level components and libraries for iOS development with Delphi and C++ Builder. One of the essential component suites is the TMS PassKit components. With the TMS...
  2. FireWind

    RAD Studio RAD Studio 10.4.2 is now available with possible cure for the "Blue Dot Problem"

    RAD Studio 10.4.2 is now available with possible cure for the "Blue Dot Problem" February 27, 2021 By Darian Miller If you are long-time Delphi user then you probably know what I mean when I reference the "Blue Dot Problem". For those that do not, I will start with an example. The blue dots...
  3. FireWind

    RAD Studio What's new in RAD Studio 10.4.2 Sydney - Launch Webinar Replay with Q&A

    What's new in RAD Studio 10.4.2 Sydney - Launch Webinar Replay with Q&A This is a replay of the RAD Studio, C++Builder, and Delphi 10.4.2 Sydney launch webinar from Wednesday, the 24th of February, 2021. The webinar is presented by Sarina DuPont, Marco Cantu, David Millington, and Jim McKeeth...
  4. FireWind

    C++Builder Handle Based File Operations In C++ Builder

    Handle Based File Operations In C++ Builder February 27, 2021 By Yilmaz Yoru Handle based file read and write methods can be used in Modern C++, In C++ Builder. In Modern C++ we highly recommend you to use Modern File Operations to support your application on all platforms and for the some...
  5. FireWind

    RAD Studio RAD Studio 10.4.2 is now available with a much enhanced Error Insight

    RAD Studio 10.4.2 is now available with a much enhanced Error Insight February 25, 2021 by Darian Miller Last year I posted about the cool new inline variable feature of Delphi and referenced the upcoming LSP-based Code Insight in 10.4 and in a tongue-in-cheek manner I stated that Error Insight...
  6. FireWind

    RAD Studio Increase Your Coding Experience By Adding Helpful Extensions To Your IDE

    Increase Your Coding Experience By Adding Helpful Extensions To Your IDE February 26, 202 By Muminjon Developers love arguing and discussing different types of code editors most of the time. Someone says Vim is number one, someone says VSCode cracks everything. These all different code editors...
  7. FireWind

    RAD Studio What's New in RAD Studio, Delphi, and C++Builder 10.4.2 Sydney

    What's New in RAD Studio, Delphi, and C++Builder 10.4.2 Sydney
  8. FireWind

    RAD Studio RAD Studio 10.4.2 with KeyPatch

    RAD Studio 10.4.2 RAD Studio 10.4 Sydney - Release 2 (also known as 10.4.2) is available for installation. 10.4.2 builds on the feature set of 10.4 and 10.4.1, enhancing existing features throughout the product, and adding new capabilities. Delphi 10.4.2, C++Builder 10.4.2, and RAD Studio...
  9. FireWind

    Component EurekaLog + VirusTotal = unforeseen consequences

    EurekaLog + VirusTotal = unforeseen consequences We were contacted by a person who reported unforeseen consequences of uploading EurekaLog-enabled application to the VirusTotal service. It was like this: the client compiled an application with EurekaLog. The application was configured to send...
  10. FireWind

    Delphi Python For Delphi VCL vs PyQT Comparison

    Python For Delphi VCL vs PyQT Comparison February 16, 2021 By Muhammad Azizul Hakim Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any...
  11. FireWind

    Delphi Windows Shader Programming In Delphi FireMonkey – Apply Color To The GPU Shader

    Windows Shader Programming In Delphi FireMonkey – Apply Color To The GPU Shader February 15, 2021 By Muminjon In the first blog post, we have quickly explored shader programming in Delphi FireMonkey. And we learned how to create a material source using TCustomMaterial. Then we have applied that...
  12. FireWind

    C++Builder Tutorial: Learn To Sort A Text File On Windows With C++

    Tutorial: Learn To Sort A Text File On Windows With C++ February 15, 2021 By Yilmaz Yoru In C++ Builder sorting text string lines is very easy by setting Sorted property of a StringList to true. This example below sorts a given text file and saves as sorted in same name. void...
  13. FireWind

    Delphi Gather CPU Information Within Your Windows App Using This Ultimate Component Suite

    Gather CPU Information Within Your Windows App Using This Ultimate Component Suite February 15, 2021 By Anbarasan Want to determine the manufacturer, speed of a CPU, CPU Type, CPU Physical Count, etc. from your Delphi application? Want to know the CPU Cache, Standard features, Extended features...
  14. FireWind

    Delphi Ultimate Component Suite To Easily Detect The Network Adapters In Your Windows Apps

    Ultimate Component Suite To Easily Detect The Network Adapters In Your Windows Apps February 13, 2021 By Anbarasan Do you need to access Network Adapter information from you Delphi applications? Detecting the available network Adapters information is no more a challenging task. MiTec’s System...
  15. FireWind

    Component ZylGSM

    ZylGSM ZylGSM is a Delphi & C++Builder component that communicates with a GSM modem or phone with integrated modem. Main features: - send SMS in text mode - send SMS in PDU mode - send flash SMS - delete SMS - dial in voice mode - dial in data mode - answer incoming call - hang up current...
  16. FireWind

    Component Firebase SDK for iOS

    Firebase SDK for iOS # Firebase iOS SDKs This directory contains the full Firebase iOS distribution, packaged as static frameworks and xcframeworks that can be integrated into your app. # Integration Instructions Each Firebase component requires several frameworks in order to function...
  17. FireWind

    Component TMS FNC UI Pack

    TMS FNC UI Pack Powerful, feature-rich UI controls for 4 frameworks and 5+ operating systems Features: Grid Kanban board Object Inspector Ribbon Planner RichEditor TreeView PageControl & panels Edit List Pickers & selectors SVG support WebBrowser Progress Miscellaneous FMX: RAD Studio XE7...
  18. FireWind

    Delphi Easily Identify Network Connections By Process In Your Windows Apps With This Excellent Component Suite

    Easily Identify Network Connections By Process In Your Windows Apps With This Excellent Component Suite February 12, 2021 By Anbarasan Sometimes Developers may need to monitor the network connections by process running in a machine programmatically. How to list down the network connections...
  19. FireWind

    C++Builder Tutorial: Easily Learn To Use optional In Modern C++ On Windows

    Tutorial: Easily Learn To Use optional In Modern C++ On Windows February 11, 2021 By Yilmaz Yoru Optional definition (std: :tional) manages an optional contained value, i.e. a value that may or may not be present. This class template comes with C++17 standard, it is used with CLANG and other...
  20. FireWind

    Delphi Flexible InterBase AdminUtility Sample Tours You Through Powerful InterBase Features

    Flexible InterBase AdminUtility Sample Tours You Through Powerful InterBase Features February 11, 2021 By Konstantin Tomov The sample also admits authentication. Apart from the parameters to connect to an InterBase server, the sample has four tabs to perform administrative tasks: Server...