IResourceLocale.Binaries

Fore Syntax

Binaries: IResourceBinaries;

Fore.NET Syntax

Binaries: Prognoz.Platform.Interop.ForeIO.IResourceBinaries;

Description

The Binaries property returns the collection of images of the resource editor for the specified language.

Comments

To get the collection of strings for the specified language, use the IResourceLocale.Strings property.

Fore and Fore.NET Examples

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

See also:

IResourceLocale