delphi

  1. FireWind

    Delphi Delphi Package Manager

    Delphi Package Manager Introducing DPM DPM is an open-source package/library manager for Delphi XE2 or later. It is heavily influenced by NuGet, so the cli, docs etc will seem very familiar to NuGet users. Delphi's development environment is quite different from .net, and has different...
  2. FireWind

    Delphi What Is The Icon Property In DelphiVCL.Application?

    What Is The Icon Property In DelphiVCL.Application? By Muhammad Azizul Hakim September 10, 2021 Icon or DelphiVCL.Application.Icon property is used to specify the icon that appears when the form is minimized. Set the Icon property to provide an icon for the form. If Icon is not set, the...
  3. FireWind

    Delphi How To Control Windows 11 Rounded Corners In Your App

    How To Control Windows 11 Rounded Corners In Your App By Ian Barker September 10, 2021 As I hope you’re aware by now – RAD Studio 11 Alexandria is now available! RAD Studio 11 contains a whole ton of features and it’s launching just ahead of Microsoft’s official release of the beautifully...
  4. FireWind

    RAD Studio RAD Studio 11 Alexandria Launch replay

    RAD Studio 11 Alexandria Launch replay
  5. FireWind

    Delphi Embarcadero Delphi 11.0 Lite v17.0

    Embarcadero Delphi 11.0 Lite v17.0 Облегченный вариант Embarcadero Delphi 11.0 Alexandria Build: (28.0.42600.6491)
  6. FireWind

    Delphi Quick fix for for RAD Studio 11 license failure during installation

    Quick fix for for RAD Studio 11 license failure during installation Darian Miller RAD Studio 11 was just released today! For some users, you may have trouble getting RAD Studio installed due to license failures. One way of solving this issue was posted today on Twitter by Marco Cantu. His...
  7. FireWind

    Component Skia4Delphi

    Skia4Delphi Skia4Delphi is a cross-platform 2D graphics API for Delphi based on Google's Skia Graphics Library (skia.org). Google's Skia Graphics Library serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Xamarin, Mozilla Firefox and Firefox OS, and many other...
  8. FireWind

    Delphi LearnDelphi #195: TDateTimePicker Kind Enhancement

    LearnDelphi #195: TDateTimePicker Kind Enhancement New in Delphi 11 is the ability to adjust the date and time simultaneously on the TDateTimePicker. This will allow you to edit a TDateTime with a single TDateTimePicker instead of two. © https://learndelphi.tv
  9. FireWind

    Delphi LearnDelphi #194: TTreeView Check Boxes

    LearnDelphi #194: TTreeView Check Boxes With the release of Delphi 11, check boxes have been added to TTreeView. We'll check out this new capability and its associated changes. © https://learndelphi.tv
  10. FireWind

    Delphi LearnDelphi #193: New TCustomComboBox Properties

    LearnDelphi #193: New TCustomComboBox Properties Newly added in Delphi 11 to TCustomComboBox are the AutoDropDownWidth and DropDownWidth properties. These are super helpful if you want to have long items visible in the drop-down window. © https://learndelphi.tv
  11. FireWind

    Delphi LearnDelphi #192: New TCustomGroupBox Properties

    LearnDelphi #192: New TCustomGroupBox Properties In Delphi 11 we have some additional properties on TCustomGroupBox, they are DefaultHeaderFont, HeaderFont, and ShowFrame. © https://learndelphi.tv
  12. FireWind

    Delphi LearnDelphi #191: Faster Options Screen Loading

    LearnDelphi #191: Faster Options Screen Loading The loading time of the options screens for both the Tools and Options menu has been greatly improved. Check out by how much. © https://learndelphi.tv
  13. FireWind

    Delphi LearnDelphi #190: EditMargins Property on TCustomMemo

    LearnDelphi #190: EditMargins Property on TCustomMemo New in Delphi 11 is the EditMargins property on TCustomMemo. You will find this on TRichText and TCustomMemo (as well as their data-aware cousins). This allows you to define the left and right margins within a memo. © https://learndelphi.tv
  14. FireWind

    Delphi LearnDelphi #189: VCL Design-time Styles

    LearnDelphi #189: VCL Design-time Styles New in Delphi 11 is the design-time previews of VCL styles. This is going to make it much easier to take advantage of styles within your applications and customise them on a per-control basis. © https://learndelphi.tv
  15. FireWind

    Delphi LearnDelphi #188: Enhancements to TRichEdit

    LearnDelphi #188: Enhancements to TRichEdit Delphi 11 adds some fantastic additions to TRichEdit (and TDBRichEdit), including URL detection and spell checking. © https://learndelphi.tv
  16. FireWind

    Delphi LearnDelphi #187: New VCL Control: TDBLabeledEdit

    LearnDelphi #187: New VCL Control: TDBLabeledEdit Delphi 11 adds a new VCL control, TDBLabeledEdit. This could make arranging data-aware input forms easier. © https://learndelphi.tv
  17. FireWind

    Delphi LearnDelphi #186: FMX Designer Guidelines

    LearnDelphi #186: FMX Designer Guidelines New to Delphi 11 are form designer guidelines for FireMonkey. They have some interesting differences from the VCL guidelines that you should probably be aware of. © https://learndelphi.tv
  18. FireWind

    Delphi LearnDelphi #185: Binary Literals and Digit Separator

    LearnDelphi #185: Binary Literals and Digit Separator Delphi 11 adds support for having binary constants in our code, and a new digit separator character - both are going to be super handy. © https://learndelphi.tv
  19. FireWind

    Delphi LearnDelphi #184: New 64 Bit Zip Support

    LearnDelphi #184: New 64 Bit Zip Support Delphi 11 adds 64bit zip support to your applications. We can now compress files bigger than 4GB, and have zip files larger than 4GB. Fantastic! Plus, there are some additional features that have also snuck in. © https://learndelphi.tv
  20. FireWind

    Delphi LearnDelphi #183: New Editor Fonts

    LearnDelphi #183: New Editor Fonts In Delphi 11 we now have a new default font, Consolas. In addition, the Delphi installer gives us a bunch of extra great coding fonts. © https://learndelphi.tv