API:System.ReallocMemory
Delphi
function ReallocMemory(P: Pointer; Size: NativeInt): Pointer; cdecl;
C++
extern DELPHI_PACKAGE void * __cdecl ReallocMemory(void * P, NativeInt Size);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.pas System.hpp |
System | System |
Description
Embarcadero Technologies does not currently have any additional information.