version 2004 (Modified)
Compatibility Note
This command is maintained only for compatibility reasons. In new databases (created with 4D starting with version 2004), the platform interface is managed automatically by the program and this command is ignored. It can still be used in converted database, although it is recommended to activate the new interface management feature in the Preferences dialog box ("System" option).
Get platform interface Number
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | Number | Current platform interface in use |
Description
The Get platform interface command 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 SET PLATFORM INTERFACE command or within the Preferences dialog box.
See Also