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