RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ConvUtils.TConvFamilyArray Type

TConvFamilyArray represents a dynamic array of conversion families.

Pascal
TConvFamilyArray = array of TConvFamily;
C++
array of TConvFamily TConvFamilyArray;

ConvUtils

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. 

 

IDH

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!