Basics
  Home  |  RTL by first letter
 Type   Name   Summary
 
 Function FahrenheitToCelsius Convert a fahrenheit temperature into celsius
 Keyword File Defines a typed or untyped file
 Function FileAge Get the last modified date/time of a file without opening it
 Function FileDateToDateTime Converts a file date/time format to a TDateTime value
 Function FileExists Returns true if the given file exists
 Function FileGetAttr Gets the attributes of a file
 Variable FileMode Defines how Reset opens a binary file
 Function FilePos Gives the file position in a binary or text file
 Function FileSearch Search for a file in one or more directories
 Function FileSetAttr Sets the attributes of a file
 Function FileSetDate Set the last modified date and time of a file
 Function FileSize Gives the size in records of an open file
 Procedure FillChar Fills out a section of storage with a fill character or byte value
 Keyword Finally Starts the unconditional code section of a Try statement
 Function FindClose Closes a successful FindFirst file search
 Function FindCmdLineSwitch Determine whether a certain parameter switch was passed
 Function FindFirst Finds all files matching a file mask and attributes
 Function FindNext Find the next file after a successful FindFirst
 Function FloatToStr Convert a floating point value to a string
 Function FloatToStrF Convert a floating point value to a string with formatting
 Procedure Flush Flushes buffered text file data to the file
 Keyword For Starts a loop that executes a finite number of times
 Function ForceDirectories Create a new path of directories
 Function Format Rich formatting of numbers and text into a string
 Function FormatCurr Rich formatting of a currency value into a string
 Function FormatDateTime Rich formatting of a TDateTime variable into a string
 Function FormatFloat Rich formatting of a floating point number into a string
 Function Frac The fractional part of a floating point number
 Procedure FreeAndNil Free memory for an object and set it to nil
 Procedure FreeMem Free memory storage used by a variable
 Keyword Function Defines a subroutine that returns a value
 
 
Run Time Library Reference  
By first letter  
A B C D E G H I 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
  Variables   Constants
  Functions
  Procedures
 
 Author links

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