System.StdConvs.duMillimeters
From RAD Studio API Documentation
Revision as of 18:00, 16 October 2011 by TestAccount (Talk | contribs)
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.