RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConvTypeInfo.ConvFamily Property

Identifies the conversion family to which the conversion type belongs.

Pascal
property ConvFamily: TConvFamily;
C++
__property TConvFamily ConvFamily;

ConvFamily is the identifier for the conversion family to which the conversion type belong. The RegisterConversionType function associates each conversion type with its family. 

Measurements in the units represented by the conversion type can be converted to any other conversion type in the same family. 

 

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