Questions tagged as 'delphi-10'

1
answer

Delphi Error or Bug in Procedure Creation

In the creation of the Automatic Procedure, double click on the component, Delphi XE8 and delphi-10 is having a strange reaction it mixes the new Procedure with one of the existing Procedure, causing their names to be wrong and I have to correct...
asked by 14.11.2015 / 01:00
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
3
answers

Error compiling Android Delphi-10 on Windows 10

I have a problem to compile for android in delphi-10, follow the error   The C: \ Program Files \ Java \ jdk1.7.0_79 \ bin \ C: \ Users \ Public \ Documents \ Embarcadero \ Studio.0 \ Bpl; C: \ Users \ Public \ C: \ Program Files \ Java \ jdk...
asked by 11.12.2015 / 11:44
1
answer

Delphi function works on windows but not on android

I have two functions in my project, one for cpf validation and one for removing characters other than numbers from the string; ok, when squeeze to windows works perfectly. Already when compiling to android, I squeeze the application on the cell...
asked by 12.01.2017 / 13:48
0
answers

Example Delphi ScrollForm is not working in version 10.2

I have an App (Android) developed in the Delphi version 10.1, where I used the ScrollForm examples (so that the layout moves along with the android virtual keyboard to not cover the edits), now I was deploy in the current version (10.2 ) and it...
asked by 03.06.2017 / 17:55
2
answers

WriteLn Catching on Delphi Seattle

I'm having a problem where when passing through the function write it ends up locking inside the function, and does not return anything, having to close the application and open again, below the code for test, just create a project and pa...
asked by 01.03.2017 / 15:45
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

'Could not convert variant of type (Null) into type (Double)'

if DataModuleGeral.tbHonorariosPERCENT_ADV_ASSIST1.AsFloat = 0 then begin DataModuleGeral.tbHonorariosPERCENT_ADV_ASSIST1.Value := Null; end; I have the above routine that when the percentage caligo is 0 I try to set the field to Null...
asked by 15.08.2017 / 14:40
1
answer

webservice rest to receive an xml in delphi

Good afternoon. A client wants to send me an .xml file I created a DataSnap Rest Application project. I implemented the method as follows for JSON function TFo_SM_Fornecedor.updateFornecedor(TObjJson: TJsonObject): TJsonValue; Var Forneced...
asked by 25.06.2018 / 21:22