Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.28 KB

TVIBinResource-IndexOfStringTableByTrans.md

File metadata and controls

37 lines (24 loc) · 1.28 KB

IndexOfStringTableByTrans method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function IndexOfStringTableByTrans(LanguageID, CharSet: Word): Integer;

Description

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

Parameters:

  • LanguageID -- The language identifier component of the string table's translation code.
  • CharSet -- The character set code component of the string table's translation code.

Returns:

  • The index of the string table in the string table list, or -1 if such a string table can not be not found.

See Also