IndexOfStringTable method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function IndexOfStringTable(const TransStr: string): Integer;

Description

Finds the index of the string table with a given translation code string within the string table list.

Parameters:

Returns:

Note

The translation code should be unique within the translation table, but this is not checked.

See Also