Deepak Kumar JainforTechies Diarythoughtcopy.hashnode.net·Oct 22, 2020Delphi : Unit and its anatomyUnits are the basic of Delphi programming language. A Delphi unit is a collection of types (classes and data type) constants , variables , functions and procedure. Each Delphi unit has its own pas file. (.pas). When we create a new Delphi project ,...Discuss·2 likes·541 readsDelphi
Abdullah ILGAZforAbdullah Ilgaz's Blogilgaz.hashnode.net·Sep 5, 2019Google Play Store'a FireMonkey uygulamaları Ağustos 2020 tarihine kadar nasıl yüklenir?Google tarafından 1 Ağustos 2019 tarihinde alınan kararla birlikte Google Play Store'a 32 bit Android uygulama yüklemesi durduruldu. Yüklenecek uygulamanın 64 bit desteğinin olması şartı koşuldu. Embarcadero'nun bu süre içerisinde gerekli hamleleri t...Discuss·1 likeDelphi
Abdullah ILGAZforAbdullah Ilgaz's Blogilgaz.hashnode.net·Jun 8, 2020Android Cleartext HTTP traffic not permitted hatasının çözümüDelphi 10.3 Rio ile Android 64bit olarak uygulamanızı paketlediğiniz zaman, HTTPRio kullandığınız projelerinizde aşağıdaki hatayı alabilirsiniz. Cleartext HTTP traffic not permitted Çözümü AndroidManifest.template.xml dosyasının içerisine aşağıdaki k...Discuss·1 likeAndroid
AlessandroforFailing 2 Buildswiftuser.hashnode.net·Jan 8, 2023Delphi FMX: Date FormattingThis is simple note on Delphi cross-platform development and the importance of proper date formatting. Different platforms are going to provide different results when taking a date object and formatting it to a string using the DateToStr function. It...Discussfitbit
Tim Lewisfortimlewis.hashnode.net·Nov 25, 2022Let’s take a look at the new page, dedicated to Delphi IDE and Pascal Programming Languagehttps://www.devart.com/delphi-programming-language/ On this page you’ll find the beginner’s guide about the fundamentals of Delphi: definition, evolution, comparison, features, and more. Download a 60-day absolutely free trial of our Delphi Data Acc...Discussdac
AlessandroforFailing 2 Buildswiftuser.hashnode.net·Sep 15, 2022Hack: Cross platform OAuth 2.0 with DelphiOverview If you have to develop an application, you will notice that OAuth 2.0 is widely used and most often it will bring up your browser front and center to login into some website to grant access to their data, and then redirect the user to specif...Discuss·1 like·93 readsDelphi
Abdullah ILGAZforAbdullah Ilgaz's Blogilgaz.hashnode.net·Aug 2, 2017FMX Projelerinize hızlı dil desteği eklemekGeçtiğimiz günlerde yaptığım küçük bir projede deneme fırsatı bulduğum TLang komponentinin kullanımı ile ilgili çeşitli bilgilendirmelerde bulunmak istiyorum. Öncelikle FMX Projelerinize hızlı dil desteği eklemek için başvuracağınız bu yolun, köklü ...Discuss·32 readsDelphi
Deepak Kumar JainforTechies Diarythoughtcopy.hashnode.net·Nov 25, 2020FireDAC - ComponentsFireDAC comes with a lot of non visual database components, these components could be divided into below categories : FireDAC Core Components. FireDAC Driver Link Components. FireDAC Monitor Link Components. FireDAC UI Components. FireDAC Service C...Discuss·471 readsDelphi FireDACcomponents
Abdullah ILGAZforAbdullah Ilgaz's Blogilgaz.hashnode.net·Nov 14, 2020Delphi 10.4.1 Sydney ile Android 64-Bit uygulamada SQLite Hatası ve ÇözümüHata Özeti Delphi 10.3.3 ile sorunsuz bir şekilde çalışan SQLite x64 desteği, Delphi 10.4 (ve 10.4.1) ile birlikte problem oluşturmaktadır. Uygulamada SQLite'a erişmek istediğiniz bir form açıldığı anda sizi aşağıdaki hata karşılayacaktır. [FireDAC][...Discuss·1 like·33 readsAndroid
Deepak Kumar JainforTechies Diarythoughtcopy.hashnode.net·Oct 31, 2020FireDAC - IntroductionOne of the key part of software development is the ability to connect with the database and perform database related operations. Programming languages provides support for connecting with database using data access libraries. Some data access libra...Discuss·170 readsDelphi FireDACDelphi
Deepak Kumar JainforTechies Diarythoughtcopy.hashnode.net·Oct 22, 2020Delphi : Unit and its anatomyUnits are the basic of Delphi programming language. A Delphi unit is a collection of types (classes and data type) constants , variables , functions and procedure. Each Delphi unit has its own pas file. (.pas). When we create a new Delphi project ,...Discuss·2 likes·541 readsDelphi
Abdullah ILGAZforAbdullah Ilgaz's Blogilgaz.hashnode.net·Jun 8, 2020Android Cleartext HTTP traffic not permitted hatasının çözümüDelphi 10.3 Rio ile Android 64bit olarak uygulamanızı paketlediğiniz zaman, HTTPRio kullandığınız projelerinizde aşağıdaki hatayı alabilirsiniz. Cleartext HTTP traffic not permitted Çözümü AndroidManifest.template.xml dosyasının içerisine aşağıdaki k...Discuss·1 likeAndroid
Abdullah ILGAZforAbdullah Ilgaz's Blogilgaz.hashnode.net·Apr 9, 2020Delphi projesinde WCF servisleri nasıl kullanılır?Asmx soap servislerinin yerine geçen ve 2006 yılından bu yana geliştirmesi devam etmekte olan (eski adıyla Indigo) Windows Communication Foundation (WCF) ile Delphi üzerinde basit, kolay ve anlaşılır bir örnek olmadığını fark ettim. WCF, OData (Open...Discuss·1 likeDelphi