IResourceObject.Binaries

Fore Syntax

Binaries: IResourceBinaries;

Fore Syntax

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

Description

The Binaries property returns the collection of images of the resource editor.

Comments

To get the collection of resource editor strings, use the IResourceObject.Strings property.

Fore and Fore.NET Examples

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

See also:

IResourceObject