[Overview][Constants][Types][Procedures and functions] |
Return hash value of resource string
Source position: objpas.pp line 82
function GetResourceStringHash( |
TableIndex: LongInt; |
StringIndex: LongInt |
):LongInt; |
GetResourceStringHashreturns the hash value associated with the resource string in table TableIndex, with index StringIndex.
The hash value is calculated from the default value of the resource string in a manner that gives the same result as the GNU gettextmechanism. It is stored in the resourcestring tables, so retrieval is faster than actually calculating the hash for each string.
For an example, see Hash.
If either TableIndexor StringIndexis zero, 0 is returned.
|
Create GNU Gettext hash value for a string |
|
|
Set values of all resource strings. |
|
|
Return default (original) value of resourcestring |
|
|
Return hash value of resource string |
|
|
Return name of resource string. |
|
|
Return number of resource string tables |
|
|
Return number of resource strins in table |