System.StdConvs.muDecigrams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

muDecigrams: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType muDecigrams;

Properties

Type Visibility Source Unit Parent
variable public
System.StdConvs.pas
System.StdConvs.hpp
System.StdConvs System.StdConvs

Description

The muDecigrams variable represents the conversion type for decigrams.

Use muDecigrams to convert from another measurement unit to decigrams.

Note: Do not change the value of muDecigrams. muDecigrams contains a handle obtained by a call to RegisterConversionType. Changing the value of muDecigrams will make mass conversions not work properly.

See Also