System.Hash.THashSHA1.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create: THashSHA1; static; inline;

C++

static THashSHA1 __fastcall Create();

Properties

Type Visibility Source Unit Parent
function public
System.Hash.pas
System.Hash.hpp
System.Hash THashSHA1

Description

Creates an instance of THashSHA1.

See Also