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 (609), GetResourceStringDefaultValue (600), GetResourceStringHash (601), GetResourceStringName (602), ResourceStringTableCount (608), ResourceStringCount (607)