ResetResourceTables

Declaration:
Procedure ResetResourceTables;
Description:
ResetResourceTables resets all resource strings to their default (i.e. as in the source code) values.

Normally, this should never be called from a user’s program. It is called in the initialization code of the objpas unit. However, if the resourcetables get messed up for some reason, this procedure will fix them again.

Errors:
None.
See also:
SetResourceStrings (612), GetResourceStringDefaultValue (603), GetResourceStringHash (604), GetResourceStringName (605), ResourceStringTableCount (611), ResourceStringCount (610)