System.Types.TShortIntDynArray

提供:RAD Studio API Documentation

Delphi

type TShortIntDynArray = array of ShortInt;

プロパティ

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

説明

TShortIntDynArray は ShortInt 型要素の配列を定義します。

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

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

関連項目