IResourceItems

Assembly: IO;

Description

The IResourceItems interface is a basic interface that contains properties and methods for the interfaces implementing resource editor objects.

Inheritance Hierarchy

          IResourceItems

Comments

The resource editor can contain string elements and images. To work with string resource elements, use the IResourceStrings interface, to work with images, use the IResourceBinaries interface.

Properties

  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

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