delphi

  1. GuDron

    Delphi Embarcadero Delphi 11.2 Alexandria Version

    Embarcadero Delphi 11.2 Alexandria Version 28.0.46141.0937 Lite v17.2 Репак от товарища из Китая, известного под ником - Lsuper И это, пусть вас Lite в названии не смущает, как я понял из readme-файла Embarcadero.Delphi.11.2.v28.0.46141.0937.Lite.v17.2.txt (он на китайском), во-первых, "Lite"...
  2. FireWind

    Component TMS GraphQL for Delphi

    TMS GraphQL for Delphi Spec-compliant GraphQL library for Delphi Feature overview Full GraphQL document parser with support to: Full spec-compliant document lexer; Executable documents and type definition documents; Operations; Selection sets; Fields; Arguments; Field aliases; Fragments...
  3. FireWind

    webinar: Delphi 27 Anniversary

    webinar: Delphi 27 Anniversary Mon, Feb 14, 2022 7:00 PM - 8:00 PM MSK Join Embarcadero's Marco Cantu, David Millington, Jim McKeeth, Delphi MVP Ian Barker, and special guests as they celebrate Delphi's 27th Birthday! Register now!
  4. FireWind

    RAD Studio Template Mobile Android / iOS

    Template Mobile Android / iOS Source code of Android app templates. Can be used directly for projects. by Blangkon FA (blangkon.net) Category: Sample Projects IDE: Delphi 10.4 Edition: See IDE Subscription: Not Required Tags: template, android, firemonkey, ios Facebook: Share Twitter: Share
  5. FireWind

    Delphi What does the OnMessage Event in DelphiVCL.Application do?

    What does the OnMessage Event in DelphiVCL.Application do? By Muhammad Azizul Hakim January 24, 2022 In Windows application development the OnMessage or DelphiVCL.Application.OnMessage occurs when the application receives a message from either the Windows operating system or another...
  6. FireWind

    Component DIZipWriter

    DIZipWriter DIZipWriter is a Delphi component to create PKZip-compatible ZIP archives. Archive output is based on TStream and writes directlyfiles (TFileStream), memory (TMemoryStream), or database BLOBs (TBlobStream). Overview DIZipWriter's core functionality is in its main class...
  7. FireWind

    Delphi What Does The OnIdle Event In DelphiVCL.Application Do?

    What Does The OnIdle Event In DelphiVCL.Application Do? By Muhammad Azizul Hakim January 11, 2022 During Windows development, the OnIdle or DelphiVCL.Application.OnIdle occurs when an application becomes idle. Write an OnIdle event handler to perform special processing when an application is...
  8. FireWind

    RAD Studio RAD Studio 11 PAServer January Patch

    RAD Studio 11 PAServer January Patch This is the third patch for RAD Studio 11. It is an update to PAServer for macOS and iOS development on macOS 12 Monterey (the new version of PAServer is 13.0.12.2). It does not include other files from the previous November Patch. You may install this and...
  9. FireWind

    Delphi The Strange Case of the VCL Forms ClientWidth and the Windows Versions PE Flags

    The Strange Case of the VCL Forms ClientWidth and the Windows Versions PE Flags By Marco Cantu January 4, 2022 Only a few developers are aware that Windows application behave differently depending on the Windows versions declared in their PE headers in the EXE file. This has some unexpected...
  10. FireWind

    Delphi What Is The OnException Event in DelphiVCL.Application?

    What Is The OnException Event in DelphiVCL.Application? By Muhammad Azizul Hakim December 27, 2021 The OnException or DelphiVCL.Application.OnException event occurs when an unhandled exception occurs in the application. This is a fundamental error event to understand when you develop Windows...
  11. R

    RAD Studio ImageEn

    ImageEn.V9.3.1.D7-2010,DX10-DX10.4 (no sources, DCU only) https://www.dropbox.com/s/eq4hbdhxikbg1b9/ImageEn.V9.3.1.D7-2010%2CDX10-DX10.4.7z?dl=0
  12. FireWind

    Delphi What Is A DelphiVCL.BitBtn And Why Would I Use It?

    What Is A DelphiVCL.BitBtn And Why Would I Use It? By Muhammad Azizul Hakim December 24, 2021 DelphiVCL.BitBtn is a push button control that can include a bitmap on its face. It’s an alternative to the regular button control which can’t directly use graphics on it. Bitmap buttons exhibit the...
  13. FireWind

    Add-On Peganza Pascal Expert

    Peganza Pascal Expert Pascal Expert is plug-in for Embarcadero's Delphi IDE (RAD Studio). Pascal Expert main task is to make a static code analysis. It only needs the source code, unlike other similar tools that perform an analysis of the running program. Pascal Expert will help you better...
  14. FireWind

    RAD Studio The Impact of Log4j on Software Development with Delphi and C++Builder

    The Impact of Log4j on Software Development with Delphi and C++Builder By Marco Cantu December 22, 2021 Thoughts on the security issues of Log4j, what they imply for the developer community in general, and the specific effect on RAD Studio developers. Unless you live on a remote island with...
  15. FireWind

    Delphi How To Automate Large Numbers Of Delphi Project Builds

    How To Automate Large Numbers Of Delphi Project Builds By Muminjon December 17, 2021 What is build automation? Despite the ever-increasing rise of mobile devices, desktop applications are still the backbone of enterprise environments. Typically, these enterprise solutions are made up from...
  16. FireWind

    Delphi What Is The The DelphiVCL Sender Property?

    What Is The The DelphiVCL Sender Property? By Muhammad Azizul Hakim December 22, 2021 The Sender property specifies which component notifies the change link object of changes. We use Sender to access the component that has changed. Here is a working example of the implementation of Sender...
  17. FireWind

    Delphi webinar replay "Introducing Appercept's AWS SDK for Delphi"

    webinar replay "Introducing Appercept's AWS SDK for Delphi" Appercept's AWS SDK for Delphi is a direct mapping for the Amazon Web Services (AWS) SDK. This webinar introduces a preview, covering the first services to be included in the API and includes an introduction to the cloud, PaaS, IaaS...
  18. FireWind

    Component AWS SDK for Delphi

    AWS SDK for Delphi Appercept AWS SDK for Delphi offers support for a few AWS services, with more to come. Distributed by Embarcadero for free to Enterprise and Architect customers on subscription.
  19. FireWind

    RAD Studio What Is The DelphiVCL.Screen or TScreen Object?

    What Is The DelphiVCL.Screen or TScreen Object? By Muhammad Azizul Hakim December 15, 2021 DelphiVCL.Screen or TScreen represents the state of the screen in which an application runs. TScreen introduces properties that specify: What forms and data modules have been instantiated by the...
  20. FireWind

    RAD Studio Absolute Database

    Absolute Database Absolute Database: Embedded single file Delphi database with SQL support. Absolute Database is a Delphi database engine which lets you forget the Borland Database Engine (BDE). This BDE replacement is the compact, high-speed, robust and easy-to-use database engine. With...