I want to make an application that receives notifications without browsing the server at all times, and is able to run in the background on Android. I will use the Firemoney platform, which uses object pascal to replace java. I'll use the Indy l...
If someone can help me, I have a problem with a method of ListView , the method is TForm13.ListView1UpdateObjects in it I do the following: I check the value of an item to decide whether to show an item and concatenate the item to d...
I use this function to generate thumbs of the images in the system:
procedure converte_jpg(Bitmap: TBitmap; Stream: TMemoryStream);
var
surf: TBitmapSurface;
saveParams : TBitmapCodecSaveParams;
begin
surf := TBitmapSurface.Create;
tr...
I'm in need of help with a chart in Firemonkey (Delphi 10 Seattle) . I need the line to be curved by interconnecting the points, I already searched the net and I did not find it, I'm using Tchart to generate the graph.
I have an application running on Android devices (5, 6 and 7) and have a problem typing words - other than auto-completion - because it simply repeats letters randomly. This same problem already occurred in Delphi XE8. I even tried some suggesti...
How to do for a TEdit , which is being accessed on Android, do not lose focus because of the virtual keyboard that comes when the focus goes to TEdit ?
How do I write a TXT file on android using delphi 10 Seatle?
I have tried this way and only the error;
try
file1 := TIniFile.Create(System.IOUtils.TPath.GetDownloadsPath+PathDelim+'postogestorcoletor.ini');
file1.WriteString('postoge...