-
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 (609), GetResourceStringDefaultValue (600), GetResourceStringHash (601),
GetResourceStringName (602), ResourceStringCount (607)
For an example, see GetResourceStringDefaultValue (600)