Questions tagged as 'delphi-xe8'

0
answers

How to get the result of a procedure that is on the datasnap server

Needing help here it does not have this function // query that is in fqy_SaldoRs is "PRC_SALDO_MOTOQUEIRO: pMoto" That is nothing more than a query that receives a paramenter of integer type and returns a double function TServerMethods1.fnc...
asked by 21.12.2016 / 20:20
0
answers

function that returns the key field name of a query (tfdquery), Delphi XE8

I am preparing a CRUD in Delphi and need to do a function to find the key field ( KeyField ) of a particular record located in the query. The idea is to replace the 'id' field required by the Locate with this function and leave the dataset set u...
asked by 09.06.2016 / 00:26
0
answers

how to read Json in xe8

is not working on xe8 = /, do you know why? Json requestresponse1.context: ["1 - Album Linha Inglesa (f) 30x30 (a) 30x60 25 laminas (120 imagens)","1 - Cobertura Religioso, Ensaio e Recep\u00e7\u00e3o","2 - Fot\u00f3grafo(s)","1 - Making Of...
asked by 04.06.2016 / 14:51
0
answers

Delphi xe8 deployment file

I'm using the Delphi XE8 Multi-Device, I'd like to attach an image.jpg file to the project and be able to use it on android, I looked at the site of the embarcadero and there it says how to do so I selected the file I placed in assets \ internal...
asked by 19.01.2016 / 18:54
0
answers

"Invalid class typecast" when loading stream from SQLite (delphi)

I'm trying to fetch an image I've already inserted into my SQlite database, however on the line ms:=query.CreateBlobStream(query.FieldByName('imagem'),TBlobStreamMode.bmRead); I have the error "Invalid class typecast" note: I'm using del...
asked by 20.01.2016 / 12:06
0
answers

Can Firemonkey use my GPU and Direct2D? [closed]

I'm starting to develop a game for Windows 10 and would like to know if Firemonkey can use my GPU without any extra configuration. I heard "rumors" that Firemonkey is actually able to automatically use Direct2D, if available, for its routine...
asked by 14.01.2016 / 22:04
1
answer

How to keep an image on a form?

Hello! To use in game production, I'd like to understand how to keep an image in a form through Firemonkey. The code I have so far is this: program TestCase; uses UITypes, Classes, Types, FMX.Forms, FMX.Graphics, FMX.Objects;...
asked by 16.01.2016 / 16:59
1
answer

How to find out all objects on a JoyStick?

I am compiling a project for Win32 using the DirectX DirectInput library to manage Joysticks. I have successfully tried to identify if any Joystick is connected through the enumeration: uses Classes, Winapi.DirectInput, FMX.Platf...
asked by 28.12.2015 / 16:48
0
answers

Delphi - Chat with Emoticons [closed]

I think there are many people with this same doubt, unfortunately I did not find anything on google that could help me so I would like the solidarity and help of the staff here, How could I do a chat with emotions in Delphi XE8, I have already s...
asked by 06.01.2016 / 23:38
1
answer

File corrupted when copying from one folder to another

I'm locating and saving the files in a listbox1, as follows: procedure Localizar(DIR,ARQ: string; LIST: TStrings); var SR: TSearchRec; begin {Garante a barra no final do diretório} if DIR[length(DIR)] <> '\' then DIR := DIR + '\'; {Enco...
asked by 02.08.2016 / 20:18