Most voted "delphi-berlin" questions
None
Learn more…19 questions
Sort by count of
-
6
votes1
answer801
viewsChange Inputquery Box Size
The InputQuery is a message where we can enter a certain value, but changing the value of the variable passed as reference, see its structure : //Função InputQuery function InputQuery(const…
-
5
votes1
answer588
viewsHow to know which object is focused at runtime
I see you already have a question similar with mine only that is in C#. I’m doing a field check routine and when one of the date fields is empty it gives the message. I need that when one of these…
delphi delphi-10 delphi-berlin delphi-tokyo delphi-seatleasked 6 years, 8 months ago Edu Mendonça 2,564 -
4
votes2
answers1376
viewsDelphi Berlin slow after migrating from a Delphi Seattle project
I migrated a project made in Delphi Seattle to Delphi Berlin and it became impossible to work on it because the autocomplete started to take about 20 seconds to show some suggestion. How to solve…
-
4
votes1
answer670
viewsUpload Image from Datasnap
I need to transfer images from Android to Server, I tried the code below but is giving the error, use Delphi Berlin: Exception class Ejniexception with message 'java.net.Socketexception: sendto…
delphi-berlinasked 7 years, 5 months ago Rodrigo Galvan 41 -
3
votes2
answers732
viewsI opened a Form inside a Panel
Seeing a Question here on Stackoverflw where one of the answers was to open the Form within a Tpanel. It is possible to open a Form within a Tpanel? And if positive as one does to open a Form Within…
-
3
votes0
answers539
viewsHow to find and open . txt file, add info and save? Inside Android
I’m using Delphi Berlin 10.1. I could not use Opendialog, it simply does not open inside Android. I searched the root of the android that is in /Storage/Emulated/0/ where I should find a file .txt…
-
2
votes2
answers2393
viewsHow to customize Listview at runtime?
I’m having a problem with an example where I need to add a Text at the ListView which comes from an XML by code but does not appear when executed. Runs, but appears some warnings depreciation and…
-
2
votes2
answers688
viewsDelete a line in Dbgrid without deleting in Database
Could erase one or more lines from a given Dbgrid without deleting the database record? I was trying something like this but it didn’t work. while not DataModuleGeral2.qryAudienciasInicial.Eof do…
delphi delphi-10 delphi-berlin delphi-tokyo delphi-seatleasked 6 years, 7 months ago Edu Mendonça 2,564 -
2
votes1
answer1114
viewsSaving formatted text in the Firebird database
I know you have a similar question to that, but it’s for tag C# Has with Save formatted text in a TRichEdit in the Firebird? What would be the data type of field that makes this recording possible?…
delphi firebird delphi-berlin delphi-tokyo delphi-seatleasked 6 years, 7 months ago Edu Mendonça 2,564 -
2
votes0
answers105
viewsError saving Word document to Olecontainer
Situation is the following I have a system that makes automation of the Word and at the time of salvage the document he is not saving. It is not what it is, because it only occurs in the Client.…
-
1
votes0
answers402
viewsLivebindings Delphi Berlin - Locking
I migrated my app to firemonkey that was rotating in the Delphi-xe8 to the Delphi Berlin, everything works perfectly, only when I visualize the Bindings designer and select some query or listview…
-
1
votes1
answer1410
viewsInvalid Pointer Operation - Delphi
I added a Tclientdataset(cdsTemp) to my Form screen, well, and I implement the Fields of that Tclientdataset(cdsTemp) via code, that way: for i := 0 to (cdsAux.Fields.Count - 1) do…
-
1
votes3
answers2828
viewsHow to change the color of a Text from a Listview?
I need my Listview to identify the values of a Text item, for example: , "Complete"/"Pending" and make each one a different color within Listview. I tried to format by code, but I could not, I saw…
-
1
votes1
answer1591
viewsHow to assign an image to a Listview Item?
How do I assign an Image to a Listview Item? I want to place an image according to the status of the process. Initially only get by making statusbar with external components, but I can not use…
-
1
votes1
answer22
viewsDatabase Text does not appear in Tdbmemo
I have a table that one of the columns is connected to a TDBMemo only that the text in the table does not appear in the TDBMemo when the table is open, both in Execution and Design mode. I’ve…
-
1
votes0
answers252
viewsNested overload with Procedure (Form within Layout)
Following guys, I’m looking to make a class in which I pass the Form, LayoutContainer or Form, LayoutContainer and MultiView by parameter and within this class have the method open form with the two…
-
1
votes1
answer175
viewsCalculate date without counting weekends and holidays
I’m needing to calculate future dates through a number of days, but you should not count the weekends and holidays. Take the example: The project starts on 01/01/2020 and lasts 25 days, that is, it…
-
0
votes1
answer692
viewsSet up Delphi 10.1 Berlin Starter for Android and iOS development
I got an internship for the developer and once I received the news that Via passed the tests, I was also warned that the project in which I would be allocated will be a new mobile system from a…
-
0
votes1
answer530
viewsColor of Dbgrid font in Delphi Berlin
I’m having trouble changing the text color of the records displayed in Dbggrid in Delphi Berlin (10.1 update 1). When trying to change the font color and turn on italics and bold, all records appear…