IResourceLocale.Strings

Fore Syntax

Strings: IResourceStrings;

Fore.NET Syntax

Strings: Prognoz.Platform.Interop.ForeIO.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.

Fore and Fore.NET Examples

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

See also:

IResourceLocale