Basics
  Home  |  Options : Data options
 Type   Name   Summary
 
 Compiler Directive $A Determines whether data is aligned or packed
 Compiler Directive $Align Determines whether data is aligned or packed
 Compiler Directive $D Determines whether application debug information is built
 Compiler Directive $DebugInfo Determines whether application debug information is built
 Compiler Directive $DefinitionInfo Determines whether application symbol information is built
 Compiler Directive $H Treat string types as AnsiString or ShortString
 Compiler Directive $I Allows code in an include file to be incorporated into a Unit
 Compiler Directive $Include Allows code in an include file to be incorporated into a Unit
 Compiler Directive $L Determines what application debug information is built
 Compiler Directive $LocalSymbols Determines what application debug information is built
 Compiler Directive $LongStrings Treat string types as AnsiString or ShortString
 Compiler Directive $MinEnumSize Sets the minimum storage used to hold enumerated types
 Compiler Directive $OverFlowChecks Determines whether Delphi checks integer and enum bounds
 Compiler Directive $Q Determines whether Delphi checks integer and enum bounds
 Compiler Directive $R Determines whether Delphi checks array bounds
 Compiler Directive $RangeChecks Determines whether Delphi checks array bounds
 Compiler Directive $ReferenceInfo Determines whether symbol reference information is built
 Compiler Directive $Resource Defines a resource file to be included in the application linking
 Compiler Directive $Y Determines whether application symbol information is built
 Compiler Directive $Z Sets the minimum storage used to hold enumerated types
 Function Assigned Returns true if a reference is not nil
 Directive Default Defines default processing for a property
 Variable ExitCode Sets the return code when an application terminates
 Function GetLastError Gives the error code of the last failing Windows API call
 Directive Index Principally defines indexed class data properties
 Function IOResult Holds the return code of the last I/O operation
 Directive Out Identifies a routine parameter for output only
 Function ParamCount Gives the number of parameters passed to the current program
 Function ParamStr Returns one of the parameters used to run the current program
 
 
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