System.IniFiles.TStringHash.HashOf
Delphi
function HashOf(const Key: string): Cardinal; virtual;
C++
virtual unsigned __fastcall HashOf(const System::UnicodeString Key);
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| function | protected | System.IniFiles.pas System.IniFiles.hpp | System.IniFiles | TStringHash | 
Description
Renvoie le code de hachage de l'élément spécifié.
La méthode HashOf est utilisée en interne pour renvoyer le code de hachage de l'élément spécifié par Key.