Previous: 4.67.2.13. Close procedure To the Table of Contents Next: 4.67.2.15. Concat function
4.67.2.13. Close procedure Table of Contents 4.67.2.15. Concat function

- 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.


Previous: 4.67.2.13. Close procedure To the Table of Contents Next: 4.67.2.15. Concat function
4.67.2.13. Close procedure Table of Contents 4.67.2.15. Concat function

- 4.67.2.14. -