System.StdConvs.auAcres

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

auAcres: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType auAcres;

Properties

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

Description

The auAcres variable represents the conversion type for square acres.

Use auAcres to convert from another measurement unit to square acres.

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

See Also