IResourceItems.FindById

Fore Syntax

FindById(Id: String): Integer;

Fore.NET Syntax

FindById(Id: string): uinteger;

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.

Fore and Fore.NET Examples

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

See also:

IResourceItems