System.OpenArray

From RAD Studio API Documentation
Jump to: navigation, search

C++

template<class T> class OpenArray

Properties

Type Visibility Source Unit Parent
class public sysopen.h System System

Description

C++ encapsulation of the Delphi Open Array type.

You must specify a template parameter:

Parameter Usage
T The type of the elements

The elements cannot be accessed directly (there is no subscript operator). The elements can only be specified in the OpenArray constructor.

The number of elements cannot be greater than 19.

Code Examples

See Also