TTemperature.Centigrade Property TTemperature.Centigrade Property Temperature in degrees Centigrade (or Celsius) Proposed (in a slightly different form) in 1742 by Swedish astronomer Anders Celsius. In 1948 Centigrade was officially renamed to Celsius. The freezing point of water is 0 °C, the boiling point is 100 °C and absolute zero is at -273.15 °C. One degree Centigrade equals one kelvin. Standard abbreviation is °C Class TTemperature

Syntax

published property Centigrade: Double read GetCelsius write SetCelsius;

Description Temperature in degrees Centigrade (or Celsius) Proposed (in a slightly different form) in 1742 by Swedish astronomer Anders Celsius. In 1948 Centigrade was officially renamed to Celsius. The freezing point of water is 0 °C, the boiling point is 100 °C and absolute zero is at -273.15 °C. One degree Centigrade equals one kelvin. Standard abbreviation is °C

Borland® Copyright © 2004 Borland Software Corporation. All rights reserved.