Afficher : Delphi
C++
Préférences d'affichage
PlatformAPI
De XE2 API Documentation
Sommaire |
Classes
| EPlatformNotSupported | |
| IOTAConnectionCallback | |
| IOTAPlatform | |
| IOTAPlatformServices | |
| IOTAProjectPlatforms | |
| IOTARemoteProfile | |
| IOTARemoteProfileNotifier | |
| IOTARemoteProfileServices | |
| IProjectPlatformInitialize |
Routines
| ConfigurationDisplayTitle |
Types
| TOTAFileOverwriteControl | |
| TOTAProgressType | |
| TOTAPutFileFlags | |
| TOTAPutFileItem | |
| TOTARemoteFileInfo | |
| TOTARemotePathType | |
| TOTARemoteProfileCredential | |
| TOTARemoteProfilePathItem | |
| TOTARemoteProfileStatus |
Variables
| TOTAPlatforms | |
| TOTAPutFileArray | |
| TOTARemoteFileInfoArray | |
| TOTARemoteProfilePathArray |
Constantes
| AllPlatforms | AllPlatforms: Integer = 7; |
| cLinux32Platform | cLinux32Platform: string = Linux32; |
| cOSX32Platform | cOSX32Platform: string = OSX32; |
| cWin32Platform | cWin32Platform: string = Win32; |
| cWin64Platform | cWin64Platform: string = Win64; |
| 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; |
| ofocAlwaysOverwrite | ofocAlwaysOverwrite: TOTAFileOverwriteControl = ofocAlwaysOverwrite; |
| ofocNeverOverwrite | ofocNeverOverwrite: TOTAFileOverwriteControl = ofocNeverOverwrite; |
| ofocPromptUserToOverwrite | ofocPromptUserToOverwrite: TOTAFileOverwriteControl = ofocPromptUserToOverwrite; |
| opffArchive | opffArchive: :1 = opffArchive; |
| opffRunnable | opffRunnable: :1 = opffRunnable; |
| opffScript | opffScript: :1 = opffScript; |
| optError | optError: TOTAProgressType = optError; |
| optFinish | optFinish: TOTAProgressType = optFinish; |
| optStart | optStart: TOTAProgressType = optStart; |
| optUpdate | optUpdate: TOTAProgressType = optUpdate; |
| orpsNoFiles | orpsNoFiles: TOTARemoteProfileStatus = orpsNoFiles; |
| orpsNotAssigned | orpsNotAssigned: TOTARemoteProfileStatus = orpsNotAssigned; |
| orpsNotFound | orpsNotFound: TOTARemoteProfileStatus = orpsNotFound; |
| orpsOk | orpsOk: TOTARemoteProfileStatus = orpsOk; |
| orpsOutOfDate | orpsOutOfDate: TOTARemoteProfileStatus = orpsOutOfDate; |
| orptFramework | orptFramework: TOTARemotePathType = orptFramework; |
| orptInclude | orptInclude: TOTARemotePathType = orptInclude; |
| orptLibrary | orptLibrary: TOTARemotePathType = orptLibrary; |
| orptOther | orptOther: TOTARemotePathType = orptOther; |