Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function IndexOfStringTable(const TransStr: string): Integer;
Finds the index of the string table with a given translation code string within the string table list.
Parameters:
- TransStr -- The translation code string that identifies the string table.
Returns:
- The index of the string table in the string table list, or
-1
if such a string table can not be not found.
The translation code should be unique within the translation table, but this is not checked.