System.IniFiles.TStringHash.HashOf

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TStringHash

説明

特定の項目のハッシュ コードを返します。

HashOf メソッドは、Key パラメータによって指定された項目のハッシュ コードを返すために内部的に使用されます。

関連項目