learndelphi

  1. 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...
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. FireWind

    RAD Studio LearnDelphi #182: Enhanced Welcome Screen

    LearnDelphi #182: Enhanced Welcome Screen The welcome screen in Delphi 11 has been enhanced, it's now based around VCL controls, and can be customised! © https://learndelphi.tv
  16. FireWind

    Delphi LearnDelphi #181: Record Helper For TDateTime

    LearnDelphi #181: Record Helper For TDateTime New in Delphi 11 is the record helper for TDateTime in the System.DateUtils unit. This delightful addition to Delphi can make date and time operations look much cleaner in your code. © https://learndelphi.tv
  17. FireWind

    Delphi LearnDelphi #180. TStringDynArray improved assignment capabilities

    LearnDelphi #180. TStringDynArray improved assignment capabilities In Delphi 10.4 (and perhaps earlier) TStringDynArray has better type assignment capabilities, allowing for more concise code. I demonstrate loading a ListBox with a directory listing in a single line of code. ©...
  18. FireWind

    Delphi LearnDelphi #176. InputQuery Part II - Password Masking

    LearnDelphi #176. InputQuery Part II - Password Masking Did you know you can mask input on InputQuery? I didn't until recently - and it is a very cool feature (if not very obscure). Find out how to do it in this video. © https://learndelphi.tv
  19. FireWind

    Delphi LearnDelphi #175. TVirtualImageList and TImageCollection

    LearnDelphi #175. TVirtualImageList and TImageCollection The new(ish) TVirtualImageList and TImageCollection components are a fantastic way of helping your VCL applications scale correctly between different DPI and scaling settings in Windows. Find out how to use them in this video. ©...
  20. FireWind

    Delphi LearnDelphi #174. Eval Swap in CnPack

    LearnDelphi #174. Eval Swap in CnPack CnPack is a fantastic productivity tool for Delphi, in this video, we take a quick look at one of its many features called Eval Swap. © https://learndelphi.tv