IResourceBinaries

Assembly: IO;

Description

The IResourceBinaries interface contains properties and methods that are used to work with images of resource editor.

Inheritance Hierarchy

          IResourceItems

          IResourceBinaries

Comments

To get the current resource language images, use the IResourceObject.Binaries property, to get certain language images, use the IResourceLocale.Binaries property.

Properties

  Property name Brief description
The Value property determines a resource editor image, which identifier is passed by the Id parameter.
The ValueByKey property determines a resource editor image, which key is passed by the Key parameter.

Properties inherited from IResourceItems

  Property name Brief description

Count

The Count property returns the number of strings or images in the resource editor.

Id

The Id property determines an object identifier with the specified key.

Key

The Key property returns the object key with the specified index.

Methods

  Method name Brief description
The Load method loads an image with the specified resource key to stream.

Methods inherited from IResourceItems

  Method name Brief description

Add

The Add method adds an object to the resource editor.

Clear

The Clear method removes all objects of the resource editor.

FindById

The FindById method searches for a resource editor object key by the specified object identifier.

FindByKey

The FindByKey method searches for resource editor object index by the specified object key.

Remove

The Remove method removes a resource editor object by the specified index.

RemoveById

The RemoveById method removes an object of the resource editor by the specified identifier.

RemoveByKey

The RemoveByKey method removes a resource editor object by the specified key.

See also:

IO Assembly Interfaces