System.StdConvs.vuDryGallons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

vuDryGallons: TConvType; { American Dry Units }

C++

extern DELPHI_PACKAGE System::Convutils::TConvType vuDryGallons;

Properties

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

Description

The vuDryGallons variable represents the conversion type for dry gallons.

Use vuDryGallons to convert from another measurement unit to dry gallons.

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

See Also