RAD Studio VCL Reference
|
Returns a pointer to the data context's cache of raw memory.
function AllocData(Size: Integer): Pointer;
__fastcall void * AllocData(int Size);
Use AllocData to obtain a pointer to a chunk of temporary memory.
Size is the number of bytes desired.
AllocData returns a pointer to Size bytes.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|