API:System.SysUtils.CompareMem
Delphi
function CompareMem(P1, P2: Pointer; Length: NativeInt): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall CompareMem(void * P1, void * P2, System::NativeInt Length);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Embarcadero Technologies does not currently have any additional information.