Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function AddStringTable(TransStr: string): Integer;
Adds a new string table to the string table list, identified by its translation string.
Parameters:
- TransStr -- The translation code string that uniquely identifies the new string table
Returns:
- The index of the new string table in the string table list.
The translation code should be unique within the translation table, but this is not checked.