learndelphi

  1. FireWind

    RAD Studio LearnDelphi #173. TControlList - Real world usage

    LearnDelphi #173. TControlList - Real world usage TControlList is a great addition to Delphi 10.4.2, we've had a few looks at its usage already, but this time we look at it in a real-world application, and what I've had to do to improve performance. © https://learndelphi.tv
  2. FireWind

    RAD Studio LearnDelphi #172. TControlList Part - LiveBindings

    LearnDelphi #172. TControlList Part - LiveBindings This time we look at using LiveBindings with TControlList and do some resizing magic so that we don't waste any screen space. © https://learndelphi.tv
  3. FireWind

    Delphi LearnDelphi #171. Telnet using TidTCPClient

    LearnDelphi #171. Telnet using TidTCPClient Delphi has amazing support for many internet protocols, in this video, we use a TidTCPClient to telnet into a device and get some temperature sensor data. © https://learndelphi.tv
  4. FireWind

    RAD Studio LearnDelphi #170. QuickEdits in the Form Designe

    LearnDelphi #170. QuickEdits in the Form Designe Here are some additional productivity tips from my book Code Faster in Delphi. This time looking at a number of right-click "Quick Edit" options to save some time. © https://learndelphi.tv
  5. FireWind

    RAD Studio LearnDelphi #168. The Problem With SpeedButton Images

    LearnDelphi #168. The Problem With SpeedButton Images If you want nice smooth images on your SpeedButtons, then you are pretty much out of luck as they don't support proper transparency. In this video, we take a look at this and some options to resolve it. © https://learndelphi.tv
  6. FireWind

    RAD Studio LearnDelphi #167. Shifting a Control, when it's completely covered by other controls

    LearnDelphi #167. Shifting a Control, when it's completely covered by other controls I use to find this situation very frustrating until I learnt this simple trick. Shift a control when it is completely obscured by other controls © https://learndelphi.tv
  7. FireWind

    RAD Studio LearnDelphi #166. TControlList - New in Delphi 10.4.2

    LearnDelphi #166. TControlList - New in Delphi 10.4.2 This is a first look at the new TControlList that has been added to Delphi 10.4.2 Sydney. It allows for dynamically sized lists and only renders what is required. © https://learndelphi.tv
  8. FireWind

    Delphi LearnDelphi #163: Hide Non-Visual Controls

    LearnDelphi #163: Hide Non-Visual Controls Here is a handy shortcut for when you are editing forms. It hides all the non-visual controls, which can get in the way of the layout of your applications. There are also a number of bonus hints (Hide component captions, customise the file menu). ©...
  9. FireWind

    RAD Studio LearnDelphi #162: Editor Navigation Bar Shortcuts

    Editor Navigation Bar Shortcuts I don't use the Navigation Bar in the Code Editor as much as I should, but now that I know these cleaver shortcuts I'll be using it much more © https://learndelphi.tv