Alessandroswiftuser.hashnode.dev·Oct 4, 2024Step-by-Step Guide: Creating an App Using MVVM Pattern with Delphi & Supabase (Part 1: Setup)Overview This is a multi-part tutorial that will guide you through creating a Model View ViewModel (MVVM) Todo application that is cross-platform using Delphi with Supabase as a backend and user authentication. Part 1 of this series will focus on set...Discussmodel view view model
Tim Lewistimlewis.hashnode.dev·Sep 16, 2024How to Use UniDAC and RAD Studio to Access Oracle Database🔉 Our new blog article is out! 💡 In this article, you will learn how to use UniDAC with RAD Studio to access and query data within the Oracle database. 📰 Read in full to get more info: https://blog.devart.com/how-to-use-unidac-and-rad-studio-to-a...DiscussDelphi
Tim Lewistimlewis.hashnode.dev·Jul 11, 2024Connecting Delphi to Oracle Databases: Tools and Best PracticesDelphi, a robust and versatile programming language, has been a staple in the development community for decades. Known for its rapid application development (RAD) capabilities, Delphi allows developers to design, code, and deploy applications quickly...DiscussDelphi
Alessandroswiftuser.hashnode.dev·Jan 9, 2024How To: Get Screen Coordinates From 3D in DelphiProblem Overview A common problem using the Delphi FMX 3D forms and layers is that there is a need to obtain 2D screen coordinates in order to position objects in 3D accurately and to scale them for their target platforms. A solution is hard to find,...Discuss·40 readsDelphi
Paul Alan Freshneymaximumoctopus.hashnode.dev·Dec 17, 2023Development continuesEverything present in the Delphi version is now implemented. The new icon scheme is propagated across all GUI elements. I think the current version is the most stable version of LEDMatrixStudio we've ever had. But I want to do some more testing befor...DiscussC++
Alessandroswiftuser.hashnode.dev·Dec 12, 2023Fix: iOS 17 / XCode 15 for Delphi 11.3Two recent issues have risen once XCode has been updated to 15.0.1 while using Delphi 11.3 to update your mobile application. There are two fixes to add to support iOS 17 and the changes for XCode after updating: (1) updating your SDK on XCode, since...Discuss·145 readsiOS
Alessandroswiftuser.hashnode.dev·Jul 23, 2023Fix: Delphi FMX Android Notifications PermissionsOverview Recent changes to the Android OS, version 13 to be specific, are changing how users can allow permissions for notifications. This article is a follow-up on implementing notifications for iOS. We will take that code and add support for notifi...Discuss·242 readsDelphi
Deepak Kumar Jainthoughtcopy.com·Jul 11, 2023Demystifying Delphi's "Property" Keyword: Simplifying Object-Oriented ProgrammingIntroduction In the world of programming, Delphi has long been a popular choice for developing Windows applications. Known for its robustness and object-oriented capabilities, Delphi offers developers a wide range of language features to enhance code...Discuss·114 readsDelphi
Alessandroswiftuser.hashnode.dev·Jun 23, 2023How To: Cross Platform File Encryption with DelphiOverview A real-world issue is making sure our data, whether it is settings or user files, that are encrypted, not readable, and if edited become invalid. For achieving this we are going to dive into this hands-on tutorial on encryption using Delphi ...Discuss·66 readsencryption
Alessandroswiftuser.hashnode.dev·May 5, 2023How To: Delphi FMX iOS with NotificationsIn this article, we are going to learn how to develop an iOS mobile application that can be notarized easily by Apple using Delphi's FMX framework. We are going to accomplish this by creating the XCode Project, and then the Delphi FMX Project. HINT:...Discuss·151 readsiOS