System.StdConvs.duParsecs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

duParsecs: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType duParsecs;

Properties

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

Description

The duParsecs variable represents the conversion type for parsecs.

Use duParsecs to convert from another measurement unit to parsecs.

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

See Also