Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.36 KB

TVIBinResource-GetStringValue.md

File metadata and controls

43 lines (28 loc) · 1.36 KB

GetStringValue method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetStringValue(TableIdx, StringIdx: Integer): string;

Description

Returns the value associated with a 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.
  • StringIdx -- Index 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 or StringIdx is out of bounds.

See Also