Sepi
Name
HashOfStr
Parent
ScStrUtils
Visibility
PUBLIC
Description
Calcule le hash d'une chaîne de caractères selon l'algorithme de TStringHash
Source code
function HashOfStr ( const Str : string ) : Cardinal
Parameters
Parameter Description Str : STRING Chaîne de caractères
Return
Types Description CARDINAL Hash de Str selon l'algorithme utilisé par IniFiles.TStringHash
Sepi