Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.16 KB

TVIBinResource-GetStringTableCharSet.md

File metadata and controls

40 lines (25 loc) · 1.16 KB

GetStringTableCharSet method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetStringTableCharSet(TableIdx: Integer): Word;

Description

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.

See Also