SetStringValue method
Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
procedure SetStringValue(TableIdx, StringIdx: Integer;
const Value: string);
Description
Sets the value of a 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.
- StringIdx – Index 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 or StringIdx is out of bounds.
See Also