Overview - Maple Help

Online Help

All Products    Maple    MapleSim


Overview the Maplets[Tools] Package

 

Calling Sequence

Description

List of Maplets Tools Package Commands

Maplets Global Variables

Examples

Calling Sequence

Maplets[Tools][command](arguments)

command(arguments)

Description

• 

The Maplets[Tools] package contains commands for manipulating and interacting with Maplet applications and Maplet application descriptions.

• 

Each command in the Maplets[Tools] package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

  

As the underlying implementation of the Maplets[Tools] package is a module, it is also possible to use the form Maplets:-Tools:-command to access a command from the package. For more information,  see Module Members.

List of Maplets Tools Package Commands

  

The following is a list of available commands.

AddAttribute

AddContent

Get

ListBoxSplit

Print

Set

SetTimeout

StartEngine

StopEngine

 

 

 

  

To display the help page for a particular Maplets[Tools] command, see Getting Help with a Command in a Package.

Maplets Global Variables

  

The following is a list of global variables related specifically to the Maplets package that are useful tools for authors.

lastmaplet

thismaplet

 

 

Examples

withMapletsElements:

mapletMapletThis is a test:

withMapletsTools:

lastmaplet

lastmaplet

(1)

MapletsDisplaymaplet

MapletsDisplaylastmaplet

See Also

Maplets[Elements]

Maplets[Elements][Maplet]

Maplets[Tools][lastmaplet]

Overview of Maplet Applications

with