System.StdConvs.duAstronomicalUnits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duAstronomicalUnits: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duAstronomicalUnits;

Properties

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

Description

The duAstronomicalUnits variable represents the conversion type for astronomical units.

Use duAstronomicalUnits to convert from another measurement unit to astronomical units.

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

See Also