System.Types.TSmallIntDynArray

提供:RAD Studio API Documentation

Delphi

type TSmallIntDynArray = array of SmallInt;

プロパティ

種類 可視性 ソース ユニット
array public System.Types.pas System.Types System.Types

説明

TSmallIntDynArray は SmallInt 型要素の配列を定義します。

TSmallIntDynArray は SmallInt 型要素の動的配列を定義します。

このような配列の記憶域を割り当てるには、SetLength を使用します。

関連項目