MCFFactory method: universal queue classes class
Syntax
MCFFactory([MAX_TASKLIST_ITEMS])
Description
Use the MCFFactory constructor to instantiate an MCFFactory object.
Parameters
| Parameter | Description |
|---|---|
|
MAX_TASKLIST_ITEMS |
Specify the maximum number of tasks loaded on a TaskList. |
Returns
An MCFFactory object.
Example
Local MCFFactory &myMCFFactory = Create MCFFactory(MAX_TASKLIST_ITEMS);
Related Topics