System.StdConvs.muMilligrams
Delphi
muMilligrams: TConvType;
C++
extern DELPHI_PACKAGE System::Convutils::TConvType muMilligrams;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.StdConvs.pas System.StdConvs.hpp |
System.StdConvs | System.StdConvs |
Description
The muMilligrams variable represents the conversion type for milligrams.
Use muMilligrams to convert from another measurement unit to milligrams.
Note: Do not change the value of muMilligrams. muMilligrams contains a handle obtained by a call to RegisterConversionType. Changing the value of muMilligrams will make mass conversions not work properly.