System.StdConvs.duMillimeters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duMillimeters: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duMillimeters;

Properties

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

Description

The duMillimeters variable represents the conversion type for millimeters.

Use duMillimeters to convert from another measurement unit to millimeters.

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

See Also