Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.08 KB

TVIBinResource-DeleteStringTable.md

File metadata and controls

36 lines (23 loc) · 1.08 KB

DeleteStringTable method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

procedure DeleteStringTable(TableIdx: Integer);

Description

Deletes a string table from the string table list.

Parameters:

  • TableIdx -- Index of the string table to be deleted from the string table list.

Exception:

  • EVIBinResource is raised if TableIdx is out of bounds.

See Also