Delphi Interface Inheritance Issue – Possible RT bug
I’m new-ish to Interfaces in Delphi, but not new to Delphi, having used it since the heady days of Delphi 1!
How to implement the Builder pattern in Delphi using records without creating copies?
I am trying to implement the Builder design pattern in Delphi using records. My goal is to allow chaining of methods, similar to how it’s done in Kotlin, Java, or Swift. For example:
Is there a QRCode in Delphi 11 VCL?
I was previously using Delphi 7 and it had the normal codebar and QRcode, when I used Delphi 11 VCL and wanted to print a report using FastReport, I found only the normal codebar, I could not find the QRCode in the obCatBarcode field inside the report.
Do you have any idea how I can display QRCode in a report, without using external libraries?
Is there a QRCode in Delphi 11 VCL?
I was previously using Delphi 7 and it had the normal codebar and QRcode, when I used Delphi 11 VCL and wanted to print a report using FastReport, I found only the normal codebar, I could not find the QRCode in the obCatBarcode field inside the report.
Do you have any idea how I can display QRCode in a report, without using external libraries?
Can you enable strict Int32/Int64 type compatiblity in Delphi 12?
I am migrating a whole lot of classes to Int64 from Integer which in my 32 bit application are 32 bit.
Can you enable strict Int32/Int64 type compatiblity in Delphi 12?
I am migrating a whole lot of classes to Int64 from Integer which in my 32 bit application are 32 bit.
Type cast for dynamic array of class
I have the following code:
Message lost because of TStyleManager.TrySetStyle
I created a replacement to the TApplication
object.
Message lost because of TStyleManager.TrySetStyle
I created a replacement to the TApplication
object.
Message lost because of TStyleManager.TrySetStyle
I created a replacement to the TApplication
object.