System.StdConvs.duMillimicrons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duMillimicrons: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duMillimicrons;

Properties

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

Description

The duMillimicrons variable represents the conversion type for millimicrons.

Use duMillimicrons to convert from another measurement unit to millimicrons.

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

See Also