TolliumScreenBase::RunScreen (open)

Load a screen and run it

Syntax

LOADLIB "mod::tollium/lib/screenbase.whlib";

VARIANT FUNCTION RunScreen(STRING screen, RECORD initdata, RECORD options)

Parameters

STRING screen

The name of the screen to open (relative resource path)

RECORD initdata

Record to pass to the Init() of the screen

RECORD options

Options

RECORD contexts

Record with contexts to set (use [ "^name" := ... ] for hatted contexts)

Return value

VARIANT

The data returned by Submit