RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::THeapBlock Structure
Pascal
THeapBlock = record
  Start: Pointer;
  Size: unsigned int;
end;
C++
struct THeapBlock {
  void * Start;
  unsigned int Size;
};

This is record System::THeapBlock.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!