Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function GetStringTableTransStr(TableIdx: Integer): string;
Gets the translation code string of a string table in the string table list.
Parameter:
- TableIdx -- Index of the required string table within the string table list.
Returns:
- The translation code string of the selected string table.
Exception:
- EVIBinResource is raised if TableIdx is out of bounds.