System.ConvUtils.ConvTypeToDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ConvTypeToDescription(const AType: TConvType): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall ConvTypeToDescription(const TConvType AType);

Properties

Type Visibility Source Unit Parent
function public
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils System.ConvUtils

Description

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

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.

See Also

Code Examples