-
Declaration:
- Function GetResourceStringDefaultValue(TableIndex,StringIndex : Longint) :
AnsiString
-
Description:
- GetResourceStringDefaultValue returns the default value of the resourcestring in table
TableIndex with index StringIndex.
The default value is the value of the string that appears in the source code of the programmer,
and is compiled into the program.
-
Errors:
- If either TableIndex or StringIndex are out of range, then a empty string is returned.
-
Errors:
-
-
See also:
- SetResourceStrings (612), GetResourceStringCurrentValue (602), GetResourceStringHash
(604), GetResourceStringName (605), ResourceStringTableCount (611), ResourceStringCount
(610)
Listing: refex/ex91.pp