System.IniFiles.TStringHash.HashOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HashOf(const Key: string): Cardinal; virtual;

C++

virtual unsigned __fastcall HashOf(const System::UnicodeString Key);

Properties

Type Visibility Source Unit Parent
function protected
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TStringHash

Description

Returns the hash code of the specified item.

The HashOf method is used internally to return the hash code of the item specified by Key.

See Also