Posts by herculano • 11 points
2 posts
-
-1
votes2
answers10681
viewsA: Grabbing all the Values of a JSON Object
function getCamposJsonString(json,value:String): String; var LJSONObject: TJSONObject; function TrataObjeto(jObj:TJSONObject):string; var i:integer; jPar: TJSONPair; …
-
1
votes1
answer910
viewsQ: Run application through Delphi service with administrator rights
I need to run an application through service on delphi with high administrator rights. I have tried several solutions found here, such as RunAsAdminAndWaitForCompletion(filename, Parameters: string;…