StdConvs.auSquareMeters
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdConvs.pas
auSquareMeters: TConvType
Unit: StdConvs
Type: variable
C++ Information
From StdConvs.hpp
unsigned short auSquareMeters;
Unit: StdConvs
Type: variable
Description
The auSquareMeters variable represents the conversion type for square meters.
Use auSquareMeters to convert from another measurement unit to square meters.
Note: Do not change the value of auSquareMeters. auSquareMeters contains a handle obtained by a call to RegisterConversionType. Changing the value of auSquareMeters will make area conversions not work properly.