Tools_UseShell

The Tools_UseShell() function specifies which type of application shell will be used for the Dexterity-based application.

Syntax

Tools_UseShell(type, options)

Parameters

type – An integer that specifies which type of application shell to use. The value corresponds to one of the following constants:

[spacer]

Constant

Description

SHELL_TYPE_WIN32_MDI

 

SHELL_TYPE_MANAGED_SDI

 


options – A long integer that specifies options for the selected shell. The value corresponds to one of the following constants:

[spacer]

Constant

Description

SHELL_OPTION_DEFAULT

Use the default options for the application shell.

SHELL_OPTION_CREATE_HIDDEN

Prevents the application shell from being displayed.


Return value

Nothing.

Comments

This function must be run from the Startup_Main procedure in the application dictionary.

 

 


Documentation Feedback