ResourceManager.addToResourceList

Syntax

addToResourceList(resNamesArray: Array, autoLoad: Boolean);

Parameters

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).

Description

The addToResourceList method adds specified array to the list of resource files' names.

Example

The example of method use is given in the with description of the ResourceManager.RootResourcesFolder property.

See also:

ResourceManager