TNavButton missing in Delphi 12.0
My application has been working fine on Delphi 10.3. However, it failed to compile when using Delphi 12.0 because of undeclared TNavButton. I did a comparison of a file vcl.DBCtrls.pas between Delphi 10.3 and 12.0 and noticed TNavButton is no longer in Delphi 12.0. Has anyone experienced this issue? Any solution would be appreciated. Thanks.
Delphi: search using date
We want to do a search, how is it possible with ‘Between’ statement?
‘No mapping for the Unicode character exists in the target multi-byte code page’ while retrieving a specific image from a database using Delphi
I’m trying to retrieve an image from a PostGreSQL library and place it into a TImage component.
To store the image I’m using a bytearray column named ‘user_profile_pic’.
I get my image from a TImage component (for uploading it to the database).
For displaying the image after retrieving it from the database I use another TImage component.
How to run Delphi silent installer in a machine that has no valid license?
I want to install Delphi automatically on a machine . I use a .cmd script to start the installer in silent mode, and perform some additional tasks. I works if Delphi was already installed because it will find the .slip file.
Master/Detail : when master scroll, is there an event called when all details have scrolled?
I have an app with one master and many detail queries (linked with MasterSource
). I would like to do some calculations when the master record has scrolled and once all detail tables have scrolled too (precisely, I want to know if one of the details has records for this particular master record).
Really simple code but I’m stuck on an issue and no AI is assisting in a way i can possibly understand
I’m trying to change the database sources of a set of components while running when you flip a toggle switch but I am running into a issue with the data not being readable due to some issue with my code.
Why can’t TryGetValue modify a function parameter’s property even it’s marked as var or out?
I’ve faced this and even found some answers about the same issue on C# but nothing delphi related:
Why can’t TryGetValue modify a function parameter’s property even it’s marked as var or out?
I’ve faced this and even found some answers about the same issue on C# but nothing delphi related:
Delphi Bytes to Single
Is this way to convert 4 bytes array into a single in Delphi?
Delphi 11, multi-line tabbed Palette possible?
I have downloaded and made first steps with modern Delphi 11 (community edition).