System.TSmallBlockTypeStates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSmallBlockTypeStates = array[0..NumSmallBlockTypes - 1] of TSmallBlockTypeState;

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.pas
System.hpp
System System

Description

TSmallBlockTypeStates is an array of TSmallBlockTypeState.

TSmallBlockTypeStates is an array of TSmallBlockTypeState. TSmallBlockTypeStates is used when checking the states of small allocated memory blocks.

See Also