IResourceItems.FindById

Syntax

FindById(Id: String): Integer;

Parameters

Id. Resource editor object identifier.

Description

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

Comments

If an object with the specified identifier is not found, the method returns -1.

To get object identifier by its key, use the IResourceItems.Id property.

Example

The method use is given in the example for IResourceItems.Id.

See also:

IResourceItems