RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ConvUtils.ConvFamilyToDescription Function

Returns the string description of what a conversion family measures.

Pascal
function ConvFamilyToDescription(const AFamily: TConvFamily): string;
C++
AnsiString ConvFamilyToDescription(const TConvFamily AFamily);

ConvUtils

ConvFamilyToDescription returns the string supplied when the conversion family was registered. Typically, this string is the name of whatever it is that the conversion family measures. For example, ConvFamilyToDescription returns "Volume" when passed an argument of cbVolume. 

AFamily is the TConvFamily value that represents the conversion family. This is the value that is returned by RegisterConversionFamily when the family is registered. 

 

ConvTYpeToDescription 

REgisterConversionFamily 

DescriptionToConvFamily

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