-
Declaration:
- Function ResourceStringCount(TableIndex : longint) : longint;
-
Description:
- ResourceStringCount returns the number of resourcestrings in the table with
index TableIndex. The strings in a particular table are numbered from 0 to
ResourceStringCount-1, i.e. they’re zero based.
-
Errors:
- If an invalid TableIndex is given, -1 is returned.
-
See also:
- SetResourceStrings (609), GetResourceStringCurrentValue (599),
GetResourceStringDefaultValue (600), GetResourceStringHash (601), GetResourceStringName
(602), ResourceStringTableCount (608),
For an example, see GetResourceStringDefaultValue (600)