System.Types.TSingleDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TSingleDynArray = array of Single;

Properties

Type Visibility Source Unit Parent
array public System.Types.pas System.Types System.Types

Description

TSingleDynArray defines an array of Single elements.

The TSingleDynArray defines a dynamic array of Single elements.

Use SetLength to allocate storage for such an array.

See Also