StdConvs.duMeters
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdConvs.pas
duMeters: TConvType
Unit: StdConvs
Type: variable
C++ Information
From StdConvs.hpp
unsigned short duMeters;
Unit: StdConvs
Type: variable
Description
The duMeters variable represents the conversion type for meters.
Use duMeters to convert from another measurement unit to meters.
Note: Do not change the value of duMeters. duMeters contains a handle obtained by a call to RegisterConversionType. Changing the value of duMeters will make distance conversions not work properly.