ApplicationMultiple

ApplicationMultiple — allows creation of multiple instances of the class.

Syntax

ApplicationMultiple (klass)
    

Arguments

klass

Returns

Description

This function does the opposite of ApplicationSingleton. It allows the creation of multiple instances of the Application class, giving each new instance the same name but not the exact same definition.