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 namespaceNamespace containing the custom component
STRING typeType of the component to create
RECORD optionsOptions
STRING nameName for the new component. It better not exist yet
STRING namebaseBase prefix for the generated anonymous name for the new component
Return value
OBJECTThe 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