↧
Dealing with MarshalledAString
A couple of versions ago Delphi XE kind of silently introduced the new string types MarshalledString and MarshalledAString. These types basically map to PChar and PAnsiChar, which worked fine for...
View ArticleViewing logs on Android devices
On my previous post I mentioned how to generate a log entry from your Delphi app on Android devices: uses AndroidApi.Log; var LMarshaller: TMarshaller; begin LOGI(TMarshaller.AsAnsi(‘Hello...
View Article