| Name | Type | Description |
|---|
| BinaryPath | string | Returns the path to the Open CL binary. |
| Context | NativeInt | Returns the Open CL context shared by all devices on the platform. |
| Count | Integer | Returns the number of devices available on the platform. |
| Extensions | TStringList | Contains a list of Open CL extensions supported by all devices on the platform. |
| Item | TOpenCLDevice | Array property gives access to individual devices available on the platform. |
| Name | string | Returns the name of the platform. |
| PlatformID | NativeInt | Returns platform ID as assigned to be the Open CL driver. |
| Profile | string | Returns the profile which can be either FULL_PROFILE or EMBEDDED_PROFILE. |
| Vendor | string | Returns vendor name |
| Version | string | Returns platform version |