System.StdConvs.vuCubicMillimeters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

vuCubicMillimeters: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType vuCubicMillimeters;

Properties

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

Description

The vuCubicMillimeters variable represents the conversion type for cubic millimeters.

Use vuCubicMillimeters to convert from another measurement unit to cubic millimeters.

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

See Also