API:System.TChunkStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TChunkStatus = (csUnallocated, csAllocated, csReserved,
csSysAllocated, csSysReserved);

C++

enum DECLSPEC_DENUM TChunkStatus : unsigned char { csUnallocated, csAllocated, csReserved, csSysAllocated, csSysReserved };

Properties

Type Visibility Source Unit Parent
enum public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information.