Questions tagged as 'delphi-berlin'

1
answer

Change InputQuery box size

The InputQuery is a message where we can inform a certain value, but changing the value of the variable passed as reference, see its structure: //Função InputQuery function InputQuery(const ACaption, APrompt: string; var Value: strin...
asked by 27.04.2018 / 19:17
1
answer

How to know which object is focused at runtime

I saw that you already have a similar question with mine only that is in C # . I'm doing a field check routine and when one of the date fields is blank it gives the message. I need when one of these fields is in focus, show the field nam...
asked by 06.04.2018 / 21:18
2
answers

Delphi Berlin slow after migrating from a Seattle Delphi project

I migrated a project made in Delphi Seattle to Delphi Berlin and it was impossible to work on it since autocomplete started to take about 20 seconds to show some suggestion. How to solve this?     
asked by 14.12.2016 / 20:01
2
answers

I opened a Form within a Panel

Seeing a question here in the Stackoverflw where one answer was to open Form within a Tpanel . Is it possible to open Form within Tpanel ? And if positive how do I open a Form within a Tpanel ?     
asked by 05.04.2018 / 13:43
1
answer

Uploading Datasnap Image

I need to transfer images from Android to the Server, tried the code below but is giving the error, I use Delphi Berlin: Exception class EJNIException with message 'java.net.SocketException: sendto failed: EPIPE (Broken pipe)'. Client sid...
asked by 13.07.2017 / 13:30
0
answers

How to find and open .txt file, add information and save? Inside Android

I'm using Delphi Berlin 10.1. I could not use OpenDialog, it just does not open inside Android. I searched the root of the android that stays in / storage / emulated / 0 / where I should find a .txt file The same procedure for Desktop Win32...
asked by 16.07.2017 / 20:38
2
answers

Delete a row in the DBGrid without deleting in the Database

Would you like to delete one or more rows from a particular DBGrid without deleting the database record? I was trying something like this but it did not work out. while not DataModuleGeral2.qryAudienciasInicial.Eof do begin if (DM.qryAu...
asked by 03.05.2018 / 21:40
0
answers

Writing text formatted in the firebird database

I know you have a similar question with this plus is for tag C# Have you saved the formatted text to a TRichEdit in Firebird ? What would be the data type of the field that enables this recording?
asked by 12.05.2018 / 16:48
0
answers

Error writing Word document in OleContainer

Situation is the following I have a system that Word automation and at the time of save the document it is not saving . Do not know what it is, as this only happens in the Client. procedure TfrmConsultas.Salvar1Click(Sender: TObject); var...
asked by 24.05.2018 / 20:10
2
answers

How to customize ListView at runtime?

I'm having a problem in an example where I need to add a Text to ListView that comes from one XML per code but does not show up when I run. Wheel, but some warnings appears and the field does not appear. See below: procedure Tf...
asked by 22.03.2017 / 15:07