System.StdConvs.muLongTons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

muLongTons: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType muLongTons;

Properties

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

Description

The muLongTons variable represents the conversion type for long tons.

Use muLongTons to convert from another measurement unit to long tons.

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

See Also