RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ConvUtils.TConvTypeArray Type

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

Pascal
TConvTypeArray = array of TConvType;
C++
array of TConvType TConvTypeArray;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!