- 4.67.2.14. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.14. CompareMem function
4.67.2.14. CompareMem function
Targets: MS-DOS, OS/2, Win32
System Unit
CompareMem function Performs a binary comparison of two memory blocks.
Declaration:
function CompareMem(p1, p2: Pointer; Length: Longint): Boolean;
Remarks:
The CompareMem function returns TRUE if the memory referenced by
p1 is identical to that of p2.
- 4.67.2.14. -