Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.4 KB

TVIBinResource-GetStringValueByName.md

File metadata and controls

43 lines (28 loc) · 1.4 KB

GetStringValueByName method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetStringValueByName(TableIdx: Integer; Name: string): string;

Description

Returns the value associated with a named string information item in a string table.

Parameters:

  • TableIdx -- Index of the string table within the string table list that contains the string information item.
  • Name -- Name of the string information item within the selected string table.

Returns:

  • The value associated with the specified string information item.

Exception:

  • EVIBinResource is raised if either TableIdx is out of bounds or if there is no string information with the specified name.

See Also