Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function GetStringTableCharSet(TableIdx: Integer): Word;
Gets the character set code of a string table in the string table list.
Parameter:
- TableIdx -- Index of the required string table within the string table list.
Returns:
- The character set code of the selected string table.
Exception:
- EVIBinResource is raised if TableIdx is out of bounds.