Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function GetStringName(TableIdx, StringIdx: Integer): string;
Returns the name of 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 name of the specified string information item.
Exception:
- EVIBinResource is raised if either TableIdx or StringIdx is out of bounds.