- 4.62.2.14 -
Standard Units
System Unit
System Unit Procedures and FunctionsCompareMem 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.
|
|
|
Close procedure |
Table of Content |
Concat function |
- 4.62.2.14 -