IResourceObject.Binaries

Syntax

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

Example

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

See also:

IResourceObject