[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'objpas' (#rtl) |
Return hash value of resource string
Source position: objpas.pp line 89
function GetResourceStringHash( |
TableIndex: LongInt; |
StringIndex: LongInt |
):LongInt; |
GetResourceStringHash returns 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 gettext mechanism. 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 TableIndex or StringIndex is 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 |
No notes exist for this page yet.