System.StdConvs.vuUKPints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

vuUKPints: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType vuUKPints;

Properties

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

Description

The vuUKPints variable represents the conversion type for U.K. pints.

Use vuUKPints to convert from another measurement unit to U.K. pints.

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

See Also