IResourceStrings

Assembly: IO;

Description

The IResourceStrings interface is used to work with string elements in the resource editor.

Inheritance Hierarchy

          IResourceItems

          IResourceStrings

Comments

To get string elements of the current resource language, use the IResourceObject.Strings property, to get string elements of a certain language, use the IResourceLocale.Strings property.

Properties

  Property name Brief description
The Value property determines a string of resource editor by identifier.
The ValueByKey property determines a string of resource editor by key.

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