PlatformAPI.TPlatformSupportsOperation
Delphi
TPlatformSupportsOperation = (
psVFSPreProcessor,
psMobile,
psWindows,
psFrameworkCopy,
psiOS,
psUSBcatch,
psOSX,
psAndroid,
psLinux,
psRemoteDebugger,
psClangPCHSupport,
psRun,
psDeployment
);
C++
enum DECLSPEC_DENUM TPlatformSupportsOperation : unsigned char { psVFSPreProcessor, psMobile, psWindows, psFrameworkCopy, psiOS, psUSBcatch, psOSX, psAndroid, psLinux, psRemoteDebugger, psClangPCHSupport, psRun, psDeployment };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Description
Embarcadero Technologies does not currently have any additional information.