Data.DB.TNamedItem.HashName

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

Delphi

class function HashName(const Name: string): Cardinal; static;

C++

static unsigned __fastcall HashName(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TNamedItem

説明

与えられた文字列のハッシュ値を返します。

HashName は、Name パラメータを介して与えれた string のハッシュ値を返します。

関連項目