Posts by Paulo Sérgio Diniz • 11 points
1 post
-
1
votes2
answers798
viewsA: Apache + Delphi XE7 + Datasnap. Memory problems
Try the code below, I believe it helps. procedure TformPrincipal.LimpaMemoria; var MainHandle : THandle; begin try MainHandle := OpenProcess(PROCESS_ALL_ACCESS, false, GetCurrentProcessID) ;…