IsWorksheetInterface - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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' )

Description

• 

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

• 

IsWorksheetInterface ( 'Standard' ) is equivalent to IsWorksheetInterface().

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)

See Also

interface

versions