4D v14.3SET PLATFORM INTERFACE |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
SET PLATFORM INTERFACE
|
SET PLATFORM INTERFACE ( interface ) | ||||||||
Parameter | Type | Description | ||||||
interface | Longint |
![]() |
New platform interface setting: -1 Automatic 0 Mac OS 7 1 Windows 3.11, NT 3.51 2 Windows 9x 3 Mac OS 9 4 Mac Theme | |||||
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 the command has no effect. In converted databases, this command can be called in the On Startup database method to apply the automatic interface mode generally.
Warning: Starting with 4D v13, named platform interfaces are no longer supported.
In an older converted database that still contains non-automatic interface properties, you want to apply the automatic platform interface. For this, you can call the SET PLATFORM INTERFACE command in the On Startup database method:
SET PLATFORM INTERFACE(Automatic platform)
Product: 4D
Theme: User Interface
Number:
367
Modified: 4D 2004
Modified: 4D v12
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)
Inherited from : SET PLATFORM INTERFACE ( 4D v11 SQL Release 6)