version 6.7 (Modified)
Get platform interface Number
| Parameter | Type | Description | ||||
| This command does not require any parameters | ||||||
| Function result | Number | Current platform interface in use | ||||
Description
The command Get platform interface returns a numeric value that denotes the current platform interface used for displaying forms.
The function can return one of the following values:
| Constant | Type | Value |
| Automatic Platform | Longint | -1 |
| Mac OS 7 | Longint | 0 |
| Windows 3.11, NT 3.51 | Longint | 1 |
| Windows 9x | Longint | 2 |
| Mac OS 9 | Longint | 3 |
| Mac Theme | Longint | 4 |
You can change the platform interface using the command SET PLATFORM INTERFACE or within the Design environment Preferences dialog box.
See Also