IResourceLocale.Binaries

Syntax

Binaries: 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.

Example

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

See also:

IResourceLocale