API:System.TMemoryMap
Delphi
type TMemoryMap = array [0..65535] of TChunkStatus;
C++
typedef System::StaticArray<TChunkStatus, 65536> TMemoryMap;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | System.pas System.hpp |
System | System |
Description
Embarcadero Technologies does not currently have any additional information.