System.StdConvs.duDecimeters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duDecimeters: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duDecimeters;

Properties

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

Description

The duDecimeters variable represents the conversion type for decimeters.

Use duDecimeters to convert from another measurement unit to decimeters.

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

See Also