RAD Studio 10.3.3に付属するPAServer20.0.pkgをmacOS 10.15 Catalinaや10.14 Mojaveにインストールすると以下のような証明書期限切れのエラーが発生します。
山本隆の開発日誌 Kotlin/Swift/Flutter/JavaScript/TypeScript/PHPでWindows/macOS/Android/iOS/Webアプリなどを作ってます Delphi XE5のAndroidアプリケーションでバッテリーの情報を取得する方法。 Androidのバッテリー情報を取得するにはandroid.os.BatteryManagerクラスを使用します。 android.os.BatteryManagerクラスをDelphiに移植します。 uses Androidapi.JNI.JavaTypes, Androidapi.JNIBridge; type JBatteryManagerClass = interface(JObjectClass) ['{739F38F8-E2A2-4016-8739-3F073A0E3E60}'] // CTRL+SH
Develop Native iOS applications with Delphi XE8~XE10 Develop iPhone & iPad & iPod Touch apps with fast native performance and native styles. Some Wrapped Frameworks: * AddressBookUI.framework * AddressBook.framework * iAd.framework * EventKit.framework * GameKit.framework * MapKit.framework * MessageUI.framework * MobileCoreServices.framework * QuickLook.framework * SystemConfiguration.framework *
Delphi XE5でAndroidアプリケーションのロギングを行う方法です。 デフォルトのコードページをUTF-8にします。 procedure TForm1.FormCreate(Sender: TObject); begin {$IFDEF ANDROID} System.DefaultSystemCodePage := 65001; {$ENDIF} end; 追記:Delphi XE8以降はコードページをUTF-8に設定する必要がなくなりました。上記の処理は不要です。 メッセージを出力します。 uses FMX.Platform; var Log: IFMXLoggingService; begin Log := TPlatformServices.Current.GetPlatformService(IFMXLoggingService) as IFMXLoggingServi
プロジェクトオプションでバイブレーションを有効にする。 「プロジェクトオプション」→「使用する権限」→「すべての構成-Androidプラットフォーム」→「バイブレーション」をTrueにする uses Androidapi.JNIBridge, // ILocalObject Androidapi.JNI.GraphicsContentViewText, //TJContext Androidapi.JNI.JavaTypes, // JObject Androidapi.JNI.Os, // JVibrator Androidapi.Helpers; // SharedActivity var VibratorObj: JObject; Vibrator: JVibrator; begin VibratorObj := SharedActivity.getSystemService (TJ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く