Snippet to get default language from the destination device: tested on Linguaggio: Delphi 12.0 Android: 6.0 up to 13 {$IFDEF ANDROID} var Locale: JLocale; Locale := TJLocale.JavaClass.getDefault; var Language: String := JStringToString(Locale.getLanguage); showmessage(‘Lingua: ‘ + Language); {$ENDIF}
I have a Linux Ubuntu 22.04 system and I want to send messages via the device “SIM800C – SIMCom GSM/GPRS Module”. I connect it to the system via USB – UART, using standard “AT” commands( Hayes AT command set ), specifically on this blog : https://www.emnify.com/developer-blog/at-commands-for-cellular-modules which explains the most modern AT commands relating to…
Read more
Il Drive di Xtumble permette di gestire i documenti in modo collaborativo, utilizzando gli strumenti con cui siete abituati a lavorare.
After updating our XtumbleRetail application to the iOS 16.4 SDK version and starting publishing on the Apple Store, Apple’s developer portal offered us a new publishing platform available…. VisionOS. Embarcadero Delphi proves to be an increasingly key tool for us, with a single code we are able to publish on all platforms. And for…
Read more
FindCmdLineSwitch al posto di ParamStr
Set up an Access Point in minutes with Ubuntu / Linux usually even without a graphical interface.