PlatformAPI
Aus RAD Studio API Documentation
Inhaltsverzeichnis |
Klassen
Routinen
| ConfigurationDisplayTitle |
Typen
Variablen
Konstanten
| AllPlatforms | AllPlatforms: Integer = $7F; |
| btAdHoc | btAdHoc: Integer = 1; |
| btAppStore | btAppStore: Integer = 2; |
| btDebug | btDebug: Integer = 0; |
| btNormal | btNormal: Integer = 3; |
| cAndroidPlatform | cAndroidPlatform: string = Android; |
| ciOSDevicePlatform | ciOSDevicePlatform: string = iOSDevice; |
| ciOSSimulatorPlatform | ciOSSimulatorPlatform: string = iOSSimulator; |
| cLinux32Platform | cLinux32Platform: string = Linux32; |
| cOSX32Platform | cOSX32Platform: string = OSX32; |
| cWin32Platform | cWin32Platform: string = Win32; |
| cWin64Platform | cWin64Platform: string = Win64; |
| cWinNX32Platform | cWinNX32Platform: string = WinNX32; |
| 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; |