Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

TVIBinResource-GetStringTableTransStr.md

File metadata and controls

40 lines (25 loc) · 1.17 KB

GetStringTableTransStr method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetStringTableTransStr(TableIdx: Integer): string;

Description

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.

See Also