System.StdConvs.duChains

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duChains: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duChains;

Properties

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

Description

The duChains variable represents the conversion type for chains.

Use duChains to convert from another measurement unit to chains.

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

See Also