| Name | Type | Description |
|---|
| BinaryPath | String | Returns the path to the Open CL binary. |
| Context | IntPtr | Returns the Open CL context shared by all devices on the platform. |
| Count | Int32 | 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 | IntPtr | 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 |