-
Declaration:
- TResourceIterator = Function (Name,Value : AnsiString;Hash :
Longint):AnsiString;
Procedure SetResourceStrings (SetFunction : TResourceIterator);
-
Description:
- SetResourceStrings calls SetFunction for all resourcestrings in the resourcestring tables
and sets the resourcestring’s current value to the value returned by SetFunction.
The Name,Value and Hash parameters passed to the iterator function are the values stored
in the tables.
-
Errors:
- None.
-
See also:
- GetResourceStringCurrentValue (602), GetResourceStringDefaultValue (603),
GetResourceStringHash (604), GetResourceStringName (605), ResourceStringTableCount (611),
ResourceStringCount (610)
Listing: refex/ex95.pp