Basics
  Home  |  Options : Control options
 Type   Name   Summary
 
 Compiler Directive $AppType Determines the application type : GUI or Console
 Compiler Directive $B Whether to short cut and and or operations
 Compiler Directive $BoolEval Whether to short cut and and or operations
 Compiler Directive $Define Defines a compiler directive symbol - as used by IfDef
 Compiler Directive $Else Starts the alternate section of an IfDef or IfNDef
 Compiler Directive $EndIf Terminates conditional code compilation
 Compiler Directive $ExtendedSyntax Controls some Pascal extension handling
 Compiler Directive $Hints Determines whether Delphi shows compilation hints
 Compiler Directive $IfDef Executes code if a conditional symbol has been defined
 Compiler Directive $IfNDef Executes code if a conditional symbol has not been defined
 Compiler Directive $IfOpt Tests for the state of a Compiler directive
 Compiler Directive $IOChecks When on, an IO operation error throws an exception
 Compiler Directive $O Determines whether Delphi optimises code when compiling
 Compiler Directive $Optimization Determines whether Delphi optimises code when compiling
 Compiler Directive $UnDef Undefines a compiler directive symbol - as used by IfDef
 Compiler Directive $Warnings Determines whether Delphi shows compilation warnings
 Compiler Directive $X Controls some Pascal extension handling
 Directive Abstract Defines a class method only implemented in subclasses
 Variable AbstractErrorProc Defines a proc called when an abstract method is called
 Procedure Beep Make a beep sound
 Variable ErrorAddr Sets the error address when an application terminates
 Directive Export Makes a function or procedure in a DLL externally available
 Procedure GetLocaleFormatSettings Gets locale values for thread-safe functions
 Keyword Object Allows a subroutine data type to refer to an object method
 Directive Overload Allows 2 or more routines to have the same name
 Procedure RunError Terminates the program with an error dialog
 
 
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