Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.28 KB

TVIBinResource-IndexOfStringTable.md

File metadata and controls

40 lines (25 loc) · 1.28 KB

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:

  • 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.

Note

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

See Also