Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function GetStringValue(TableIdx, StringIdx: Integer): string;
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.