Basics
  Home  |  RTL by category : Variables
 Unit   Variable   Summary
 
 System AbstractErrorProc Defines a proc called when an abstract method is called
 System CmdLine Holds the execution text used to start the current program
 SysUtils CurrencyDecimals Defines decimal digit count in the Format function
 SysUtils CurrencyFormat Defines currency string placement in curr display functions
 SysUtils CurrencyString The currency string used in currency display functions
 SysUtils DateSeparator The character used to separate display date fields
 SysUtils DecimalSeparator The character used to display the decimal point
 System ErrorAddr Sets the error address when an application terminates
 System ExitCode Sets the return code when an application terminates
 System FileMode Defines how Reset opens a binary file
 System Input Defines the standard input text file
 SysUtils LongDateFormat Long version of the date to string format
 SysUtils LongDayNames An array of days of the week names, starting 1 = Sunday
 SysUtils LongMonthNames An array of days of the month names, starting 1 = January
 SysUtils LongTimeFormat Long version of the time to string format
 SysUtils NegCurrFormat Defines negative amount formatting in currency displays
 Variants Null A variable that has no value
 System Output Defines the standard output text file
 System RandSeed Reposition the Random number generator next value
 System Result A variable used to hold the return value from a function
 System Self Hidden parameter to a method - refers to the containing object
 SysUtils ShortDateFormat Compact version of the date to string format
 SysUtils ShortDayNames An array of days of the week names, starting 1 = Sunday
 SysUtils ShortMonthNames An array of days of the month names, starting 1 = Jan
 SysUtils ShortTimeFormat Short version of the time to string format
 ConvUtils TConvFamily Defines a family of measurement types as used by Convert
 SysUtils ThousandSeparator The character used to display the thousands separator
 SysUtils TimeAMString Determines AM value in DateTimeToString procedure
 SysUtils TimePMString Determines PM value in DateTimeToString procedure
 SysUtils TimeSeparator The character used to separate display time fields
 SysUtils TwoDigitYearCenturyWindow Sets the century threshold for 2 digit year string conversions
 
 
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
Conversions from
Conversions to
Displaying
 
 
 Numbers and sets
Calculations
Conversions from
Conversions to
Trigonometry
Default numbers
Displaying
 
 
 Dates and Times
Calculations
Conversions from
Conversions to
Values
Displaying
 
By Unit  
 
System
SysUtils
StrUtils
DateUtils
FileCtrl
ConvUtils
StdConvs
Math
Classes
Dialogs
Types
Variants
 
By Category  
 
  Compiler Directives
  Directives
  Keywords
  Types
  Variable
  Constants
  Functions
  Procedures
 
 Author links

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