Data.DB.TNamedItem.HashName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TNamedItem

Description

Returns the hash value for the given string.

HashName returns the hash value for the string given through the Name parameter.

See Also