System.StdConvs.vuDryPints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

vuDryPints: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType vuDryPints;

Properties

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

Description

The vuDryPints variable represents the conversion type for dry pints.

Use vuDryPints to convert from another measurement unit to dry pints.

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

See Also