Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an array in which each element has the specified type.
Syntax
public void new(Types Type)
Run On
Called
Parameters
- Type
Type: Types Enumeration
The data type of the array elements.
Remarks
The possible values are those that are available for the Types system enumeration:
AnyType
BLOB
Class
Container
Date
DateTime
Enum
Guid
Int64
Integer
Examples
The following example creates an array of integers.
Array intArray = new Array(Types::Integer);