Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.22 KB

TVIBinResource-AddStringTable.md

File metadata and controls

40 lines (25 loc) · 1.22 KB

AddStringTable method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function AddStringTable(TransStr: string): Integer;

Description

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.

Notes

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

See Also