System.ConvUtils.TConvFamilyArray
Delphi
type TConvFamilyArray = array of TConvFamily;
C++
typedef System::DynamicArray<TConvFamily> TConvFamilyArray;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | System.ConvUtils.pas System.ConvUtils.hpp |
System.ConvUtils | System.ConvUtils |
Description
TConvFamilyArray represents a dynamic array of conversion families.
TConvFamilyArray is a dynamic array of TConvFamily values. Each value in the array is the identifier for a family of TConvType values. That is, each entry represents a set of registered conversion types that can be converted into each other.
See Also
Code Examples