System.StdConvs.auHectares

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

auHectares: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType auHectares;

Properties

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

Description

The auHectares variable represents the conversion type for hectares.

Use auHectares to convert from another measurement unit to hectares.

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

See Also