IResourceLocale.Strings

Syntax

Strings: IResourceStrings;

Description

The Strings property returns the collection of strings of the resource editor for the specified language.

Comments

To get the collection of images for the set language, use the IResourceLocale.Binaries property.

Example

The property use is given in the example for IResourceStrings.Value.

See also:

IResourceLocale