Data.DB.TNamedItem.HashName
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TNamedItem |
Delphi
class function HashName(const Name: string): Cardinal; static;
C++
static unsigned __fastcall HashName(const System::UnicodeString Name);
Description
Returns the hash value for the given string.
HashName returns the hash value for the string given through the Name parameter.