Questions tagged as 'delphi-xe8'

1
answer

Show DBF values above MapWinGis + Delphi points

I have the following code to open a .shp file and to plot it in a MapWinGis Map1 component. procedure TForm1.Button1Click(Sender: TObject); var shp: Shapefile; HandleLayer: integer; begin shp:= CoShapefile.Create; shp.Open ('C:\Us...
asked by 01.06.2016 / 21:44
1
answer

TWebBrowser scrollbar

How can I leave the scroll bar at the end of TWebBrowser ?? Or do you know of any other component that interprets and displays html? Please help help!     
asked by 07.01.2016 / 09:14
1
answer

How to do livebindings with objects and get the objects contained?

I have a problem that I can not solve at all. With Delphi XE8 , I have already done livebindings to connect components TEdit with non-visual objects, but I can not connect screen components with objects contained in other obj...
asked by 16.07.2015 / 13:41
2
answers

Problem when calculating average of a grid with empty numbers

I have a StringGrid1 that fill in the data and from that I calculate the total and average. In figure 1, it shows working correctly. However I may not want to put a number in one of the cells, which causes the image error 2. The code...
asked by 31.01.2018 / 01:07
1
answer

Modify URLs for REST requests

I have a service running in Delphi in DataSnap REST , to access any function of REST via link would be like this: servidor:porta/datasnap/rest/classmethods/funcao/parametros I needed to change the url from /datasnap/rest/clas...
asked by 07.10.2016 / 14:52
4
answers

Leave function running in loop until application close

I have the following code that changes image from time to time. if Timer1.enabled = true then begin Gauge1.Progress := Gauge1.Progress +1; if Gauge1.Progress=10 then Image1.Picture.LoadFromFile('C:\contas_a_pagar\img\home.jpg'); if Gau...
asked by 06.06.2016 / 14:24
1
answer

Move the mouse via programming

Move mouse to control (example a button) in Delphi with Firemonkey . I tried this function: procedure TFuncoes.MouseParaControle(Controle: TControl); var // Posiciona o mouse em cima do objeto definido em IrPara: TPoint...
asked by 19.09.2017 / 12:21
1
answer

Remove part of a text in the combobox

I have a combobox that I read a directory and bring the names of the files found: output: demons.txt arch.txt elo.txt So far so good, but I do not want the combobox to appear in .txt , how do you remove it?     
asked by 09.08.2016 / 18:42
1
answer

Delphi xe8 Multi-Device Json post

Delphi Client: procedure TForm7.Button7Click(Sender: TObject); var code : Integer; sResponse : String; Json : String; JsonToSend : TStringStream; begin Json := '{"email" : "[email protected]", "password" :...
asked by 02.02.2016 / 17:30
0
answers

Application Delphi 10 Seatle does not open

I'm developing an application in delphi 10 seatle with bd firebird and it compiles and runs normally. But when you put it on another computer it gives an error and the address of the memory appears. If I install delphi 10 seatle on that computer...
asked by 28.06.2017 / 18:16