IResourceLocale.Binaries

Fore syntax

Binaries: IResourceBinaries;

Fore.NET syntax

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

Description

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

Comments

To get 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