System.StdConvs.cbMass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

cbMass: TConvFamily;

C++

extern DELPHI_PACKAGE System::Convutils::TConvFamily cbMass;

Properties

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

Description

The cbMass variable designates units that measure mass.

Use the cbMass unit variables as parameters to the Convert function to convert a cbMass measurement to a different set of units. The StdConvs unit registers these cbMass measurement units in the cbMass family and assigns the resulting TConvType values to these global variables.

Note: Do not change the value of cbMass. cbMass contains a handle obtained by a call to RegisterConversionFamily. Changing the value of cbMass will make mass conversions not work properly.

Note: To initialize these variables in C++ programs, use the InitStdConvs procedure.

See Also