RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ConvUtils.ConvTypeToDescription Function

Returns the string description of a conversion type (measurement unit).

Pascal
function ConvTypeToDescription(const AType: TConvType): string;
C++
AnsiString ConvTypeToDescription(const TConvType AType);

ConvUtils

ConvTypeToDescription returns the string supplied when the conversion type specified by AType was registered. Typically, this string is the (plural) name of a unit of measurement. For example, ConvTypeToDescription returns 'Millennia' when passed an argument of tuMillennia. 

 

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