Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.18 KB

TVIBinResource-GetStringCount.md

File metadata and controls

42 lines (27 loc) · 1.18 KB

GetStringCount method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetStringCount(TableIdx: Integer): Integer;

Description

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.

See Also