TolliumScreenBase::CreateCustomComponent (open)
Create a custom component
Syntax
LOADLIB "mod::tollium/lib/screenbase.whlib";
OBJECT FUNCTION CreateCustomComponent(STRING namespace, STRING type, RECORD options)
Parameters
STRING namespace
Namespace containing the custom component
STRING type
Type of the component to create
RECORD options
Options
STRING name
Name for the new component. It better not exist yet
STRING namebase
Base prefix for the generated anonymous name for the new component
Return value
OBJECT
The new object, or a default object if the requested component type was not known
Description
Create a new component, which has been supplied by a different module