System.Hash.THashSHA1.GetHashSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHashSize: Integer; inline;

C++

int __fastcall GetHashSize(void);

Properties

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

Description

Returns the size of this hash instance.

See Also