Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.29 KB

TVIBinResource-DeleteString.md

File metadata and controls

39 lines (26 loc) · 1.29 KB

DeleteString method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

procedure DeleteString(TableIdx, StringIdx: Integer);

Description

Deletes a string information item from a string table, by index.

Parameters:

  • TableIdx -- Index of the string table within the string table list containing the string information item to be deleted.
  • StringIdx -- Index of the string information item to be deleted within the selected string table.

Exception:

  • EVIBinResource raised if the either TableIdx or StringIdx are out of bounds.

See Also