Data.DB.TNamedItem.HashName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also