Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.13 KB

TVIBinResource-GetTranslationString.md

File metadata and controls

41 lines (25 loc) · 1.13 KB

GetTranslationString method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetTranslationString(TransIdx: Integer): string;

Description

Gets the translation code string of a translation in the translation table.

Parameter:

  • TransIdx -- Index of the required translation within the translation table.

Returns:

  • The translation code string of the selected translation.

Exception:

  • EVIBinResource is raised if TransIdx is out of bounds.

See Also