[Overview][Resource strings][Types][Classes][Index] |
Adds a new item to the string table
Source position: versiontypes.pp line 91
public procedure TVersionStringTable.Add( |
const aKey: string; |
const aValue: string |
); |
aKey |
|
The key of the item to add |
aValue |
|
The value of the item to add |
This methods adds a new key-value pair to the string table.
Note that some predefined keys do exist. See TVersionStringTable for further information.
If an item with the same key already exists, an EDuplicateKeyException exception is raised.
|
Version information for a specific language-codepage combination |
|
|
Indexed array of keys in the object |
|
|
Array of values in the object, accessed by key |
|
|
Indexed array of values in the object |