TolliumScreenBase::CreateTolliumComponent (open)
Create a tollium component
Syntax
LOADLIB "mod::tollium/lib/screenbase.whlib";
OBJECT FUNCTION CreateTolliumComponent(STRING type, RECORD options)
Parameters
STRING type
Type of the component to create
RECORD options
Return value
OBJECT
The new object, or a default object if the type was not recognized
Description
Create a new standard tollium component, such as list or textedit