Basics
  Home  |  Strings and chars : Converting from
 Type   Name   Summary
 
 Function Format Rich formatting of numbers and text into a string
 Function StringToWideChar Converts a normal string into a WideChar 0 terminated buffer
 Function StrToCurr Convert a number string into a currency value
 Function StrToDate Converts a date string into a TDateTime value
 Function StrToDateTime Converts a date+time string into a TDateTime value
 Function StrToFloat Convert a number string into a floating point value
 Function StrToInt Convert an integer string into an Integer value
 Function StrToInt64 Convert an integer string into an Int64 value
 Function StrToInt64Def Convert a string into an Int64 value with default
 Function StrToIntDef Convert a string into an Integer value with default
 Function StrToTime Converts a time string into a TDateTime value
 Type TFormatSettings A record for holding locale values for thread-safe functions
 Variable TwoDigitYearCenturyWindow Sets the century threshold for 2 digit year string conversions
 Procedure Val Converts number strings to integer and floating point values
 
 
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