System.TSmallBlockTypeStates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TSmallBlockTypeStates = array [0..54] of TSmallBlockTypeState;

C++

typedef System::StaticArray<TSmallBlockTypeState, 55> TSmallBlockTypeStates;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.pas
System.hpp
System System

Beschreibung

TSmallBlockTypeStates ist ein Array mit TSmallBlockTypeState.

TSmallBlockTypeStates ist ein Array mit TSmallBlockTypeState. Mit TSmallBlockTypeStates wird der Status von kleinen zugewiesenen Speicherblöcken überprüft.

Siehe auch