DeleteStringByName method
Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
procedure DeleteStringByName(TableIdx: Integer; Name: string);
Description
Deletes a string information item from a string table, by name.
Parameters:
- TableIdx – Index of the string table within the string table list that contains the string information item to be deleted.
- Name – Name of the string information item to be deleted within the selected string table.
Exception:
- EVIBinResource raised if either TableIdx is out of bounds or if there is no string information in the string table item with the given name.
See Also