> is there a VCL method to copy a chuck of memory from a specified pointer to
> a newly allocated pointer? I know how to do it from Win API but I can't
> seem to find a VCL method to do it?
Move(Source, Dest, NumBytes);
actually doesn't move, it's more of a copy...
Deals with overlapping memory as well...
--
Aaron@home
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"