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