System.TSingleDynArray

From RAD Studio API Documentation

C++

typedef DynamicArray<Single>          TSingleDynArray;

Properties

Type Visibility Source Unit Parent
typedef public sysdyn.h System System

Description

Is a dynamic array of Single.

TSingleDynArray is a dynamic array with Single elements.

See Also