System.ConvUtils.TConvTypeInfo.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: string read FDescription;

C++

__property System::UnicodeString Description = {read=FDescription};

Properties

Type Visibility Source Unit Parent
property public
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils TConvTypeInfo

Description

Names the measurement unit represented by the conversion type.

Description is the descriptive name supplied for the conversion type when it is registered. Typically, this is the name of a type of measurement unit. For example, the Description for the tuFortnights conversion type is 'Fortnights'.

See Also