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