PlatformAPI
Die Unit PlatformAPI stellt Interfaces für die Interaktion mit und Steuerung von RAD Studio-Aspekten in Bezug auf Zielplattformen und Zielgeräte bereit.
Diese Interfaces können folgendermaßen verwendet werden:
- Verwaltung von Zielplattformen.
- Verwaltung von SDKs und Verbindungsprofilen.
- Auflistung von mobilen Geräten und Emulatoren oder Simulatoren, die von RAD Studio ermittelt werden.
- Verwaltung von Bereitstellungsinformationen für Geräte.
- Verwaltung der Entwurfszeitinformationen über Geräte.
- Verwaltung der Verbindungen zwischen RAD Studio und dem Platform Assistant-Server.
Inhaltsverzeichnis
Klassen
Routinen
ConfigurationDisplayTitle | ConfigurationDisplayTitle gibt den Anzeigenamen der angegebenen Build-Konfiguration (IOTABuildConfiguration) zurück. |
Typen
Konstanten
AllPlatforms | AllPlatforms: Integer = $114DF; |
btAdHoc | btAdHoc: Integer = 1; |
btAppStore | btAppStore: Integer = 2; |
btDebug | btDebug: Integer = 0; |
btNormal | btNormal: Integer = 3; |
cAndroid32ArmPlatform | cAndroid32ArmPlatform: string = Android; |
cAndroid64ArmPlatform | cAndroid64ArmPlatform: string = Android64; |
cAndroidFamilyName | cAndroidFamilyName: string = Android; |
cAndroidPlatform | cAndroidPlatform: string = Android; |
cAndroidServiceType | cAndroidServiceType: string = AndroidServiceType; |
ciOSDevice32Platform | ciOSDevice32Platform: string = iOSDevice32; |
ciOSDevice64Platform | ciOSDevice64Platform: string = iOSDevice64; |
ciOSDevicePlatform | ciOSDevicePlatform: string = iOSDevice32; |
ciOSFamilyName | ciOSFamilyName: string = iOS; |
ciOSSimulator32Platform | ciOSSimulator32Platform: string = iOSSimulator; |
ciOSSimulator64Platform | ciOSSimulator64Platform: string = iOSSimulator64; |
ciOSSimulatorPlatform | ciOSSimulatorPlatform: string = iOSSimulator; |
cLinux32Platform | cLinux32Platform: string = Linux32; |
cLinux64Platform | cLinux64Platform: string = Linux64; |
cLinuxFamilyName | cLinuxFamilyName: string = Linux; |
cOSFamilyDisplayNames | cOSFamilyDisplayNames: :1; |
cOSX32Platform | cOSX32Platform: string = OSX32; |
cOSX64Platform | cOSX64Platform: string = OSX64; |
cOSXFamilyName | cOSXFamilyName: string = macOS; |
cSrvTypeIntentLocal | cSrvTypeIntentLocal: string = IntentLocal; |
cSrvTypeIntentRemote | cSrvTypeIntentRemote: string = IntentRemote; |
cSrvTypeLocal | cSrvTypeLocal: string = Local; |
cSrvTypeRemote | cSrvTypeRemote: string = Remote; |
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; |
fetCBuilderRemoteDebug | fetCBuilderRemoteDebug: Integer = $A; |
fetCUnitBinary | fetCUnitBinary: Integer = 6; |
fetDelphiLibraryRemoteDebug | fetDelphiLibraryRemoteDebug: Integer = $B; |
fetDelphiRemoteDebug | fetDelphiRemoteDebug: Integer = 9; |
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; |