Get platform interface

4D - Documentation   Français   English   German   4th Dimension 2003, Command Theme List   4th Dimension 2003, Command Alphabetical List   4th Dimension 2003, Constant Theme List   Back   Previous   Next

version 6.7 (Modified)


Get platform interface Number

ParameterTypeDescription
This command does not require any parameters
Function resultNumberCurrent 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:

ConstantTypeValue
Automatic PlatformLongint-1
Mac OS 7Longint0
Windows 3.11, NT 3.51Longint1
Windows 9xLongint2
Mac OS 9Longint3
Mac ThemeLongint4

You can change the platform interface using the command SET PLATFORM INTERFACE or within the Design environment Preferences dialog box.

See Also

SET PLATFORM INTERFACE.


4D - Documentation   Français   English   German   4th Dimension 2003, Command Theme List   4th Dimension 2003, Command Alphabetical List   4th Dimension 2003, Constant Theme List   Back   Previous   Next