| Name | Type | Description |
|---|
| BinaryPath | DewString | Returns the path to the Open CL binary. |
| Context | intPtr | Returns the Open CL context shared by all devices on the platform. |
| Count | int | 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. |
| Name | DewString | Returns the name of the platform. |
| PlatformID | intPtr | Returns platform ID as assigned to be the Open CL driver. |
| Profile | DewString | Returns the profile which can be either FULL_PROFILE or EMBEDDED_PROFILE. |
| Vendor | DewString | Returns vendor name |
| Version | DewString | Returns platform version |