delphi

  1. FireWind

    Delphi What Is The OnActionUpdate Event In DelphiVCL.Application?

    What Is The OnActionUpdate Event In DelphiVCL.Application? By Muhammad Azizul Hakim December 10, 2021 OnActionUpdate or DelphiVCL.Application.OnActionUpdate event occurs when an action’s Update method is called and its action list has not already handled it. Use the OnActionUpdate event...
  2. FireWind

    Object Pascal Handbook - Delphi 11 Alexandria Edition

    Object Pascal Handbook - Delphi 11 Alexandria Edition This newly updated 500-page eBook for Delphi 11 Alexandria is a complete guide to the current, modern Object Pascal programming language by best-selling Delphi books author and Delphi Senior Product Manager, Marco Cantú. It's a manual for...
  3. FireWind

    Delphi LearnDelphi #199: DeepStack API Integration

    LearnDelphi #199: DeepStack API Integration DeepStack is an Open-Source AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud." And you can use its API from Delphi. In this video, I demo a small test application I wrote to draw...
  4. FireWind

    Delphi How To Force Execution Of The Destructor Code In An Object

    How To Force Execution Of The Destructor Code In An Object By Muhammad Azizul Hakim December 9, 2021 The DisposeOf method or DelphiVCL.Application.DisposeOf forces the execution of the destructor code in an object. After the DisposeOf method is called, the object is placed in a special state...
  5. FireWind

    Delphi What Is An OnActivate Event In A DelphiVCL.Application?

    What Is An OnActivate Event In A DelphiVCL.Application? By Muhammad Azizul Hakim December 7, 2021 The OnActivate or DelphiVCL.Application.OnActivate event occurs when an application becomes active. Write an OnActivate event handler to perform special processing when the application becomes...
  6. FireWind

    Delphi Sorting records in Delphi datasets

    Sorting records in Delphi datasets 28 NOVEMBER 2021 by LecturePress Delphi FireDAC datasets offer a quick and easy sorting feature, through the property “IndexFieldNames” in which you list the field names to use as an index, and you can optionally specify sorting options for each field. This...
  7. FireWind

    RAD Studio RAD Studio 11 Alexandria Patch 2

    RAD Studio 11 Alexandria Patch 2 This is the second patch for RAD Studio 11 and it is a cumulative patch including all of the changes and fixes in RAD Studio 11.0 Patch 1. For this reason, this new patch can be equally installed on a system which already has Patch 1, overriding it, or on a new...
  8. FireWind

    Component FireDAC Driver for SQLite SEE

    FireDAC Driver for SQLite SEE FireDAC driver for SQLite Encryption Extension (SEE), with compilation instructions (subject to Hwaci license). © Embarcadero Technologies
  9. FireWind

    C++Builder What Is The C++ Builder REST Debugger And How Do We Use It?

    What Is The C++ Builder REST Debugger And How Do We Use It? By Yilmaz Yoru November 19, 2021 What is the REST Debugger? In RAD Studio there is a superbly useful tool called the REST Debugger. It comes included with RAD Studio C++ Builder. It is very useful to test REST Requests such as “Gets”...
  10. FireWind

    FMX TFrameStand

    TFrameStand TFrameStand is a component to ease use of FMX frames in your application. Take advantage of TFrameStand functionalities to build stunning visual transitions and improve the visual continuity of your UI. Supported on platforms: Win32, Win64, Android, OS X.
  11. FireWind

    Delphi TRESTResponseDataSetAdapter and Hidden Gems of the REST Debugger

    TRESTResponseDataSetAdapter and Hidden Gems of the REST Debugger Posted by david on Thursday, 11 November 2021 Writing REST applications in Delphi is pretty simple with the advanced components we have available these days. The functionality encapsulated allows us to spend time on the business...
  12. FireWind

    RAD Studio webinar replay "GIS - Geographic Information Systems"

    webinar replay "GIS - Geographic Information Systems"
  13. FireWind

    Delphi Learn About TWinControl For GUI Development With DelphiVCL

    Learn About TWinControl For GUI Development With DelphiVCL By Muhammad Azizul Hakim November 4, 2021 TWinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects. TWinControl provides the common functionality for all controls that act as wrappers for...
  14. FireWind

    Delphi What You Need To Build Object Relational Mapper GUI Apps

    What You Need To Build Object Relational Mapper GUI Apps By Anbarasan November 3, 2021 Do you want to connect your databases with Object relational mapper capabilities in your Delphi GUI App? This post will get to understand how to use SQLAlchemy Python Library using Python4Delphi in...
  15. FireWind

    Delphi Delphi Executable File Size

    Delphi Executable File Size A friend asked if I had noticed that the size of executables generated by the latest version of Delphi (Delphi 11 Alexandria), seemed smaller than in the previous version. Interesting. I hadn't heard anyone talk about this in a while. Delphi file sizes tend to...
  16. FireWind

    Delphi What Is The Purpose Of DelphiVCL.Application.HideHint?

    What Is The Purpose Of DelphiVCL.Application.HideHint? By Muhammad Azizul Hakim October 28, 2021 HideHint or DelphiVCL.Application.HideHint method hides the current hint. Applications rarely, if ever, call HideHint directly. HideHint is used internally to hide the hint window at the...
  17. FireWind

    Delphi This Is The DelphiVCL.Application.ModalLevel Property

    This Is The DelphiVCL.Application.ModalLevel Property By Muhammad Azizul Hakim October 27, 2021 What is the DelphiVCL.Application.ModalLevel Property? ModalLevel or DelphiVCL.Application.ModalLevel property gives the number of currently open modal forms. ModalLevel is a read-only property...
  18. FireWind

    Delphi Learn About The InsertComponent Method And What It Does

    Learn About The InsertComponent Method And What It Does By Muhammad Azizul Hakim October 26, 2021 InsertComponent or DelphiVCL.Application.InsertComponent method establishes the component as the owner of a specified component. InsertComponent adds the component passed in the AComponent...
  19. FireWind

    Delphi Learn About The DelphiVCL.Application.HelpContext Method

    Learn About The DelphiVCL.Application.HelpContext Method By Muhammad Azizul Hakim October 25, 2021 Use the HelpContext method or DelphiVCL.Application.HelpContext to display the Help topic specified by the numeric context identifier. Use HelpContext to show the Help topic specified by the...
  20. FireWind

    Delphi webinar replay "Web Interfaces - Running in the browser"

    webinar replay "Web Interfaces - Running in the browser" Powered by Delphi, Object Pascal, and TMS WEB Core