Basics
  Home  |  Numbers and sets : Converting from
 Type   Name   Summary
 
 Function Bounds Create a TRect value from top left and size values
 Function CelsiusToFahrenheit Convert a celsius temperature into fahrenheit
 Function Chr Convert an integer into a character
 Function Convert Convert one measurement value to another
 Variable CurrencyDecimals Defines decimal digit count in the Format function
 Variable CurrencyFormat Defines currency string placement in curr display functions
 Variable CurrencyString The currency string used in currency display functions
 Function CurrToStr Convert a currency value to a string
 Function CurrToStrF Convert a currency value to a string with formatting
 Variable DecimalSeparator The character used to display the decimal point
 Function DegToRad Convert a degrees value to radians
 Function EncodeDate Build a TDateTime value from year, month and day values
 Function EncodeDateTime Build a TDateTime value from day and time values
 Function EncodeTime Build a TDateTime value from hour, min, sec and msec values
 Function FahrenheitToCelsius Convert a fahrenheit temperature into celsius
 Function FloatToStr Convert a floating point value to a string
 Function FloatToStrF Convert a floating point value to a string with formatting
 Function Format Rich formatting of numbers and text into a string
 Function FormatCurr Rich formatting of a currency value into a string
 Function FormatFloat Rich formatting of a floating point number into a string
 Function IntToHex Convert an Integer into a hexadecimal string
 Function IntToStr Convert an integer into a string
 Variable NegCurrFormat Defines negative amount formatting in currency displays
 Function Ord Provides the Ordinal value of an integer, character or enum
 Function Point Generates a TPoint value from X and Y values
 Function RadToDeg Converts a radian value to degrees
 Function RecodeDate Change only the date part of a TDateTime variable
 Function RecodeTime Change only the time part of a TDateTime variable
 Procedure Str Converts an integer or floating point number to a string
 Variable TConvFamily Defines a family of measurement types as used by Convert
 Type TConvType Defines a measurement type as used by Convert
 Type TFloatFormat Formats for use in floating point number display functions
 Variable ThousandSeparator The character used to display the thousands separator
 
 
Run Time Library Reference  
By first letter  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z $
By Functionality  
 
 Data types
Integers, ordinals
Floating point types
String, char types
Pointer types
Other types
 Program structure
Program control
Program data
Looping
 Logic
 Object orientation
 Options
Control options
Data options
 Files
Operations
Data access
File name handling
 Strings and chars
Operations
Converting from
Converting to
Displaying
 Numbers and sets
Calculations
Converting from
Converting to
Trigonometry
Default numbers
Displaying
 Dates and times
Calculations
Converting from
Converting to
Displaying
Date and time values
 
By Unit  
 
System
SysUtils
StrUtils
DateUtils
FileCtrl
ConvUtils
StdConvs
Math
Classes
Dialogs
Types
Variants
 
By Category  
 
  Compiler directives
  Directives
  Keywords
  Types
  Variables   Constants
  Functions
  Procedures
 
 Author links

 
Delphi Programming © Neil Moffatt All rights reserved.  |  Home Page