Most voted "delphi-xe7" questions
Delphi XE7 is a specific version of Delphi developed by Embarcadero and released in September 2014.
Learn more…3 questions
Sort by count of
-
1
votes1
answer87
viewsProblem with return of POST using Synapse
I am performing a POST request on Delphi XE7 using Synapse (Synalist). I just took the part where I do the POST method and perform my attempts to convert the result. Above that I declare properties…
-
0
votes1
answer29
viewsAccess Violation with Finddragtarget
I need to detect what kind of component the user clicked. For this I am using the following check, every time the left mouse button is clicked: if FindDragTarget(Mouse.CursorPos, True).ClassType =…
-
0
votes1
answer962
viewsDelphi Datasnap Callback - Warn the Client about something
I am now starting to implement in Datasnap. I searched a lot but I did not find solution, perhaps for my inexperience, I am missing something very simple. I need to find a way to send a message to…