ResourceStringTableCount

Declaration:
Function ResourceStringTableCount : Longint;
Description:
ResourceStringTableCount returns the number of resource string tables; this may be zero if no resource strings are used in a program.

The tables are numbered from 0 to ResourceStringTableCount-1, i.e. they’re zero based.

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

For an example, see GetResourceStringDefaultValue (603)