PlatformAPI
PlatformAPI ユニットでは、ターゲット プラットフォームやデバイスに関連する、RAD Studio の側面とやり取りし制御するための、インターフェイスを提供します。
これらインターフェイスを使用して、次のことが行えます:
- ターゲット プラットフォームの管理。
- SDKおよび接続プロファイルの管理。
- RAD Studio によって検知されたモバイル デバイス、および、エミュレータやシミュレータの一覧表示。
- デバイス プロビジョニング情報の管理。
- デバイスに関する設計時情報の管理。
- RAD Studio とプラットフォーム アシスタント サーバー間の接続の処理。
クラス
ルーチン
ConfigurationDisplayTitle |
ConfigurationDisplayTitle は指定ビルド構成(IOTABuildConfiguration)の表示名を返します。 |
型
定数
AllPlatforms | AllPlatforms: Integer = $C7F; |
btAdHoc | btAdHoc: Integer = 1; |
btAppStore | btAppStore: Integer = 2; |
btDebug | btDebug: Integer = 0; |
btNormal | btNormal: Integer = 3; |
cAndroidFamilyName | cAndroidFamilyName: string = Android; |
cAndroidPlatform | cAndroidPlatform: string = Android; |
ciOSDevice32Platform | ciOSDevice32Platform: string = iOSDevice32; |
ciOSDevice64Platform | ciOSDevice64Platform: string = iOSDevice64; |
ciOSDevicePlatform | ciOSDevicePlatform: string = iOSDevice32; |
ciOSFamilyName | ciOSFamilyName: string = iOS; |
ciOSSimulatorPlatform | ciOSSimulatorPlatform: string = iOSSimulator; |
cLinux32Platform | cLinux32Platform: string = Linux32; |
cLinux64Platform | cLinux64Platform: string = Linux64; |
cLinuxFamilyName | cLinuxFamilyName: string = Linux; |
cOSFamilyDisplayNames | cOSFamilyDisplayNames: :1; |
cOSX32Platform | cOSX32Platform: string = OSX32; |
cOSXFamilyName | cOSXFamilyName: string = OSX; |
cUndefinedFamilyName | cUndefinedFamilyName: string = Unknown; |
cWin32Platform | cWin32Platform: string = Win32; |
cWin64Platform | cWin64Platform: string = Win64; |
cWinARMPlatform | cWinARMPlatform: string = WinARM; |
cWindowsFamilyName | cWindowsFamilyName: string = Windows; |
cWinIoT32Platform | cWinIoT32Platform: string = WinIoT32; |
cWinNX32Platform | cWinNX32Platform: string = WinNX32; |
dffComputerFactors | dffComputerFactors: TOTADeviceFormFactors; |
dffFormFactors | dffFormFactors: TOTADeviceFormFactors; |
dffPhoneFactors | dffPhoneFactors: TOTADeviceFormFactors; |
dffPlatforms | dffPlatforms: TOTADevicePlatforms; |
dffWearableFactors | dffWearableFactors: TOTADeviceFormFactors; |
fetCUnitBinary | fetCUnitBinary: Integer = 6; |
fetDelphiUnitBinary | fetDelphiUnitBinary: Integer = 7; |
fetDll | fetDll: Integer = 3; |
fetExe | fetExe: Integer = 1; |
fetImportLibrary | fetImportLibrary: Integer = 8; |
fetLast | fetLast: Integer = 8; |
fetPackage | fetPackage: Integer = 2; |
fetPackageImportLibrary | fetPackageImportLibrary: Integer = 5; |
fetStaticLibrary | fetStaticLibrary: Integer = 4; |
fetUnknownType | fetUnknownType: Integer = 0; |
piBTAdHoc | piBTAdHoc: Integer = $1F; |
piBTAppStore | piBTAppStore: Integer = $20; |
piBTDebug | piBTDebug: Integer = $1E; |
piBTNormal | piBTNormal: Integer = $21; |