How can you StopListening to an Adapter in the TetheringManager
Every time I check TetheringManager_Server.Adapters.Count.ToString it displays one 1 Network Connection even when you have two Network Connections on your computer. How can I make TetheringManager...
View Articleproperties and CLANG
I'm trying to port C++ non-gui code written originally with bcc32 to Linux using the Clang compiler (tried v3.3 and others). The C++ code makes extensive usage of __property constructs inside of...
View ArticleBTLE Scan for devices without pairing first (Win10)
Using RAD Studio Berlin (Delphi) One of the "what's new" pages lists: Applications running on Windows platform lower than Windows 10 need to pair the devices before discovering BluetoothLE servers. For...
View ArticleDoes iOS trigger OnDiscoverLEDevice differently than MacOS and Android?
I have a test app created to simply list all devices found during a "DiscoverDevices" call e.g. BluetoothLE1.DiscoverDevices(60000); In MacOS and Android, the "OnDiscoverLEDevice" event is called...
View ArticleAccelerator keys in FireMonkey under 10.1 Berlin
Feeling rather foolish. I have a couple of FireMonkey applications deployed to Windows and OSX that used accelerator keys to access menu options. When I recompile these apps in 10.1 Berlin, the...
View ArticleGet current or default language from device for iOS and Android
Hi How can get device language (current/default) info from ios and android devices ? Can anybody share any code for it ? Thanks
View ArticleRestRequest.Execute very slow on secured wifi
I am using TRESTRequest along with TRestClient And TRestRequest. I have a URL that returns JSON. I have assigned this URL to TRestClient. I made the necessary connection between the above components....
View ArticleTListview AutoSize items based on Text
I have set Listview.ItemsAppearanceObjects.ItemObjects.WordWrap := True, but its showing only what it can within each row height. How can have its items AutoSize based on text they have. Thanks.
View ArticleTMultiView keep disappearing
Every time I open my multi device application, TMultiView visible property is automatically set to false and I cannot see the component. Also for the form if I do "View as Text" and then back to "View...
View ArticleWhere is documentation and/or source for IoT.Family.BluetoothLE.*
I have a TI SensorTag and a Heart Rate Monitor. I'm trying to get either to work in iOS, MacOS, and Android, and the SensorTag to work in Win10 to understand how to add a custom BTLE device. I grabbed...
View ArticleMúlti-device Application Android & iOS target platform
Hi, I need to create a Facebook, Twitter, Google+ login.for a multi-device application with target platform Android and IOS, can someone give me an idea how to Start?. thanks you!!! Gabriel
View ArticleWhy does 10.1 Berlin bloat executables by more than 2MB
Comparing executables from the same Firemonkey projects between RAD Studio 10 Seattle & RAD Studio 10.1 Berlin, it seems (for my projects anyway) that the executable sizes are 2.2MB bigger!!...
View ArticleArduino & Delphi XE8
How to use TBluetooth on delphi XE8, just the simple code for receive data from Arduino ?
View ArticleDelphi 10.1 Berlin [DCC Hint] H2596 ld: warning: directory not found for...
Hi I am having this warning that is shown when compiling my application compiled under Delphi 10 Berlin. I did not have this error in Delphi 10 Seattle. I am trying to re-compile the same application...
View Articleuse AdMob on IOS
Apple shut down iAd at June 30 2016, Its possible to use Admob on TBannerAd in IOS, with Delphi 10 Seattle?
View ArticleWhy run app stop on "installing" dialog box?
Please, I´m trying run my first sample app in Delphi Seattle. My app (have only one button to display a message) to Android don´t run on emulator. Stop without message error... Why? Tks...
View ArticleUnit MultiDetailApperanceU not found
I am trying to test ListView and its MultiDetailItem apperance but I keep getting this error Fatal Error : F2613 Unit MultiDetailApperanceU not found. And if I don't use the property ItemAppreance =...
View ArticleMemory leak in DataSnap Server (in procedures with parameters OUT)
I detected a memory leak in datasnap server.This occurs when the procedure or function has string parameters (OUT)Example: procedure TServerMethods1.GetStringOUT(out Value: string);beginValue := 'HELLO...
View ArticleMemory leak in DataSnap Server (in procedures with parameters OUT)
I detected a memory leak in datasnap server.This occurs when the procedure or function has string parameters (OUT)Example: procedure TServerMethods1.GetStringOUT(out Value: string);beginValue := 'HELLO...
View ArticleData Snap with Visual Basic
I have written a non-database client / server application using the data snap components so that my Delphi client and server applications can communicate. (The server application is an email relay...
View Article