System.Types.TSingleDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TSingleDynArray = array of Single;

Propriétés

Type Visibilité  Source Unité  Parent
array public System.Types.pas System.Types System.Types

Description

TSingleDynArray définit un tableau d'éléments Single.

Le type TSingleDynArray définit un tableau dynamique d'éléments Single.

Utilisez SetLength pour allouer le stockage d'un tel tableau.

Voir aussi