IsWorksheetInterface - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : IsWorksheetInterface

IsWorksheetInterface

determine whether Maple is running inside a GUI

 

Calling Sequence

Description

Examples

Calling Sequence

IsWorksheetInterface()

IsWorksheetInterface( 'Standard' )

IsWorksheetInterface( 'Classic' )

Description

• 

The IsWorksheetInterface command returns the value true if Maple is running within a GUI (worksheet) interface, and returns the value false otherwise.

• 

When one of the names Standard and Classic is passed as an argument to IsWorksheetInterface, the command returns the value true if Maple is running in the named worksheet interface, and the value false otherwise.

Examples

The following commands are executed when Maple help pages are generated. As such, these commands return false regardless of the interface used to view this help topic.

IsWorksheetInterface

true

(1)

IsWorksheetInterfaceStandard

true

(2)

IsWorksheetInterfaceClassic

false

(3)

See Also

interface

versions