IResourceObject.Binaries

Fore syntax

Binaries: IResourceBinaries;

Fore syntax

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

Description

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

Comments

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