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