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

Syntax

published property Celsius: Double read GetCelsius write SetCelsius;

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

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