4D v14.3

SET PLATFORM INTERFACE

Home

 
4D v14.3
SET PLATFORM INTERFACE

SET PLATFORM INTERFACE 


 

SET PLATFORM INTERFACE ( interface ) 
Parameter Type   Description
interface  Longint in 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.

Example  

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)

 
PROPERTIES 

Product: 4D
Theme: User Interface
Number: 367

This command is deprecated and should not be used anymore

 
HISTORY 

Modified: 4D 2004
Modified: 4D v12

 
SEE ALSO 

Get platform interface

 
ARTICLE USAGE

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)