API:System.Generics.Defaults.BinaryCompare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BinaryCompare(const Left, Right: Pointer; Size: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall BinaryCompare(const void * Left, const void * Right, int Size);

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults System.Generics.Defaults

Description

Embarcadero Technologies does not currently have any additional information.