Converting Measurements
Go Up to RTL
The System.ConvUtils unit declares general-purpose conversion functionality that you can use to convert a measurement from one set of units to another. You can perform conversions between compatible units of measurement such as feet and inches or days and weeks. Units that measure the same types of things are said to be in the same conversion family. The units you are converting must be in the same conversion family.
The StdConvs unit defines several conversion families and measurement units within each family. In addition, you can create customized conversion families and associated units using the RegisterConversionType and RegisterConversionFamily functions. For information on extending conversion and conversion units, see Adding new measurement types.
- Performing Conversions
- Adding New Measurement Types
- Creating a Simple Conversion Family and Adding Units
- Using a Conversion Function
- Using a Class to Manage Conversions