addToResourceList(resNamesArray: Array, autoLoad: Boolean);
resNamesArray. Array of resource files names (the leftmost part of the file name must be specified).
autoLoad. Indicates whether to load added resources for the current language. If this parameter is True new resources are loaded, otherwise they are not (default).
The addToResourceList method adds specified array to the list of resource files' names.
The example of method use is given in the with description of the ResourceManager.RootResourcesFolder property.
See also: