System.StdConvs.duAngstroms

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duAngstroms: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duAngstroms;

Properties

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

Description

The duAngstroms variable represents the conversion type for angstroms.

Use duAngstroms to convert from another measurement unit to angstroms.

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

See Also