FindEntryIndex method

Project: Resource File Unit

Unit: PJResFile.

Class: TPJResourceFile

Applies to: ~>1.0

function FindEntryIndex(const ResType, ResName: Pchar;
  const LangID: Word = $FFFF): Integer;

Finds the index in the Entries property of a resource entry with the given type, name and language id. The search can ignore the resource name or language id in which case first entry that matches the provided information is accepted.

Parameters:

Returns:

The index of the found resource in the Entries property or -1 if no resource was found.