[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Compare two memory areas.
Source position: sysstrh.inc line 76
function CompareMem( |
P1: Pointer; |
P2: Pointer; |
Length: cardinal |
):Boolean; |
CompareMem compares, byte by byte, 2 memory areas pointed to by P1 and P2, for a length of L bytes.
It returns the following values:
No notes exist for this page yet.