IResourceItems.FindByKey

Syntax

FindByKey(Key: Integer): Integer;

Parameters

Key. Resource editor object key.

Description

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

Comments

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

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

See also:

IResourceItems