System.ConvUtils.TConvTypeArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TConvTypeArray = array of TConvType;

C++

typedef System::DynamicArray<TConvType> TConvTypeArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils System.ConvUtils

Description

TConvTypeArray represents a dynamic array of conversion types (measurement units).

TConvTypeArray is a dynamic array of TConvType values. Each value in the array is the identifier for a single conversion type (measurement unit).

See Also