Changing the text property of a tree item in Firemonkey is really simple, you only need to do this: tiC := TTreeViewItem.Create(); tiC.Text := ‘BLA BLA’; tiC.StyledSettings := []; tiC.TextSettings.FontColor := TAlphaColorRec.Blue; tiC.Parent := ParentItem; tiC.TagString := ; tiC.Tag := ;
La famosa piattaforma di sviluppo “Rad Studio” di Embarcadero arriva alla versione 10.2 con la reintroduzione di Linux come piattaforma supportata. Al momento l’unico target di compilazione per linux è x86 64bit, cosa che a me sta molto stretta, visto che trattandosi di un ambiente nativo il target che mi sarebbe piaciuto tanto è ARM…
Leggi tutto
Tested on Delphi 10 Seattle. by importing “ActivityManager” you can check the status of memory from you Android Applications, and check a lot of other things like if a process is running. here is the demo apk memtestandroid.apk and the source code : android_memorymanager_source unit Androidapi.JNI.ActivityManager; interface uses System.SysUtils, FMX.Helpers.Android, Androidapi.JNI.JavaTypes, Androidapi.JNIBridge, Androidapi.Helpers, Androidapi.JNI.GraphicsContentViewText, Androidapi.JNI.Os,…
Leggi tutto
A new realese of RemodeManager was released. But the real difference is that now the internet sharing is based on https. The whole gestisto by a much more powerful server.
function prova(){ var myMessage = ‘{“success”: true,”counters”: [{“counter_name”: “dsd”, “counter_type”: “sds”, “counter_unit”: “sds” }, { “counter_name”: “gdg”, “counter_type”: “dfd”, “counter_unit”: “ds” }, { “counter_name”: “sdsData”, “counter_type”: “sds”, “counter_unit”: ” dd ” }, { “counter_name”: “Stoc final”, “counter_type”: “number “, “counter_unit”: “litri ” }, { “counter_name”: “Consum GPL”, “counter_type”: “number “, “counter_unit”: “litri ” }, {…
Leggi tutto